1.1.1 • Published 4 months ago

yearsprogress v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

yearsprogress

npm version install size license style: prettier

Meta's Threads bot that posts current year progress bar updates.

See it in action on @yearsprogress 🙌

Highlights

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

  1. Run the program:
$ yearsprogress -u your_username -p your_password
  1. Post the current year progress when starting the program:
$ yearsprogress -u your_username -p your_password -f
  1. Post the current year progress on start while running in debug mode:
$ yearsprogress -u your_username -p your_password -f -d