yearsprogress
v1.1.1
Published
Meta's Threads bot that posts current year progress bar updates
Downloads
95
Maintainers
Readme
yearsprogress
Meta's Threads bot that posts current year progress bar updates.
See it in action on @yearsprogress 🙌
Highlights
- Written in TypeScript
- Uses Reverse-Engineered Threads API underneath
Install
npm install -g yearsprogress
Usage
$ yearsprogress [options]
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.
Examples
- 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