Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For anyone interested, I am working on something related https://github.com/distbit0/twitterConvoToHTML #99

Open
distbit0 opened this issue Jun 21, 2023 · 4 comments

Comments

@distbit0
Copy link

https://github.com/distbit0/twitterConvoToHTML

It is a script that you can run which creates a web page containing the conversation under the tweet that you have copied to your clipboard.

i.e. it reads from your clipboard, downloads the conversation then opens it in your browser.

@arminsmith
Copy link

404 error

@distbit0
Copy link
Author

distbit0 commented Jan 22, 2024

Yeah it was impacted by twitter's api changes so I do not think it works anymore either, although perhaps twitter's api has recovered some of its functionality to the extent that my script can be exhumed...

Anyway. The source code is attached to this comment in case you are interested.
twitterConvo.zip

@arminsmith

@distbit0
Copy link
Author

The most important missing/broken function from twitter's api last time I tried to run the script was either the function which gets replies of a tweet or which gets the parent tweet for a given tweet (I forget which one specifically was the issue, tbh).

@distbit0
Copy link
Author

You may want to look at some of the below to find ways to recover twitter api functionality:

https://github.com/trevorhobenshield/twitter-api-client
https://github.com/Rishikant181/Rettiwt-API
https://github.com/zedeus/nitter/blob/master/src/api.nim

Let me know if you have any success! thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants