Twitter Bot to track updates in Metaculus questions
This bot monitors some Metaculus questions and posts a tweet when the predictions have changed significantly.
The bot is currently deployed on Google Cloud Functions (deploy.sh
) and runs every 6 hours (schedule.sh
). The main function that runs the bot is in main.py
.
Contributions are very welcome, please open an issue or create a Pull Request.