writing twitter bot
writing twitter bot
thinking of writing a twitter bot to delete all my tweets.
- 2022-03-05
- https://twitter.com/AbeKazemzadeh/status/1500189453330960386
- Here's a script for listening to the twitter api, https://github.com/abecode/twitter-logger/blob/main/listen-and-log.py
- Posting shouldn't be much more complex from an api perspective.
- 2022-03-05
- https://dev.to/dowenb/hosting-a-twitter-bot-for-free-on-heroku-2h6c https://twitter.com/edo9k/status/1499944950766657541
- I used this guide. It shows you how to write the bot amd host it on heroku. But all you need is the developer keys from twitter and a library like Twit (for Node). There are equivalent libraries for all popular languages.
- 2022-03-05
- https://github.com/sns-sdks/python-twitter
- https://twitter.com/dysgenic_onion/status/1499947818907099139
- I simply used python-twitter API and looked through the documentation for what I was after.