CurateBot is a simple bot to curate tweets, and post them on a schedule.
- Load a big list of tweets as a JSON
- Curate tweets by deciding whether to delete or enqueue
- Set up a schedule for tweets to be posted
- The bot will automatically tweet from your queued tweets on the schedule!
Curatebot is written in Vue 2 Typescript, using vuex, vue-router, and Vuetify. And deployed on Firebase hosting, using Firebase Functions (Typescript), and Google Cloud Scheduler.
You can read more about the development in Yuan's blog here