Twitter History Bot.

A Twitter bot that posts one historical event each day.

Date
Stack
JavaScript · Node.js · Express · Heroku
Twitter History Bot

A small Twitter bot that posted one historical event each day. I built it to learn the Twitter API and to run something on a real schedule.

What it does

Each day it reads events for the current month and day from a public history dataset, picks one, and posts it.

What I learned

Small projects still depend on changing infrastructure. Heroku later ended its free dyno tier, so the bot needed a move to keep running.