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

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

Open
bobsany16 opened this issue Oct 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@bobsany16
Copy link
Collaborator

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 bobsany16 added the enhancement New feature or request label Oct 7, 2020
@VickiLanger
Copy link
Owner

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)

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

No branches or pull requests

2 participants