VickiLanger / LGBTQ-of-the-day-bot

Twitter bot tweeting fun goofy lgbtq things and queer history of the day
https://twitter.com/LGBTQotd
GNU General Public License v3.0
82 stars 173 forks source link

Generate a thread of historical events when there are multiple events per date #82

Open bobsany16 opened 3 years ago

bobsany16 commented 3 years ago

Is your feature request related to a problem? Please describe. Right now, the bot will tweet a random historical event that match a date

Describe the solution you'd like It would be cool to see that the bot will also generate a thread of these multiple events in chronological order to see how things progresses/setbacks. => insightful.

Additional context Researching on how to implement this

VickiLanger commented 3 years ago

I like this idea. I've done replies to tweets before with the files below.

https://github.com/VickiLanger/code-questions-bot/blob/production/get_reply.py https://github.com/VickiLanger/code-questions-bot/blob/production/tweet.py api.update_status(status=reply_with, in_reply_to_status_id=tweet.id, auto_populate_reply_metadata=True)