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

Implement post reply functionality #3

Closed
yeenbean opened this issue Aug 12, 2023 · 1 comment · Fixed by #8
Closed

Implement post reply functionality #3

yeenbean opened this issue Aug 12, 2023 · 1 comment · Fixed by #8

Comments

@yeenbean
Copy link
Owner

The bot currently lacks the ability to respond to posts. It is necessary to implement this feature, along with a dedicated file named "reply_file.txt" to store the replies.

@yeenbean
Copy link
Owner Author

What if it works like a cron job. It looks for tweets each heartbeat (or literal cron job) and replies to the tweets within that time? It theoretically should not respond to anything it has already replied to since it will happen each minute on the minute and not look for post beyond the previous minute...

Alternatively, and this should work well with mastodon at the very least, we implement streaming so that pauljac can reply to things in realtime.

@yeenbean yeenbean linked a pull request Aug 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant