Meta's Threads bot that posts current year progress bar updates.
See it in action on @yearsprogress 🙌
- Written in TypeScript
- Uses Reverse-Engineered Threads API underneath
npm install -g yearsprogress$ yearsprogress [options]-u, --username <username>: (required) Specifies the Threads username.-p, --password <password>: (required) Specifies the Threads password.-f, --force: (optional) Forces the app to post the current progress.-d, --debug: (optional) Runs the app in local, console.log only mode.
- Run the program:
$ yearsprogress -u your_username -p your_password- Post the current year progress when starting the program:
$ yearsprogress -u your_username -p your_password -f- Post the current year progress on start while running in debug mode:
$ yearsprogress -u your_username -p your_password -f -d