LGBTQ-of-the-day-bot
                                
                                 LGBTQ-of-the-day-bot copied to clipboard
                                
                                    LGBTQ-of-the-day-bot copied to clipboard
                            
                            
                            
                        Generate a thread of historical events when there are multiple events per date
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
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)