LGBTQ-of-the-day-bot icon indicating copy to clipboard operation
LGBTQ-of-the-day-bot copied to clipboard

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

Open bobsany16 opened this issue 5 years ago • 1 comments

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

bobsany16 avatar Oct 07 '20 14:10 bobsany16

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)

VickiLanger avatar Oct 07 '20 16:10 VickiLanger