ypb
v1.0.0-beta.2
Published
๐ค Meta's Threads bot that posts current โ `year progress bar` updates.
Downloads
12
Maintainers
Readme
YearProgressBar
Meta's Threads bot that posts current year progress bar updates.
See it in action on @yearprogbar ๐
Highlights
- Written in TypeScript
- Uses Reverse-Engineered Threads API underneath
Install
npm install -g ypb
Usage
ypb [options]
Options
-u, --username <username>
: threads username.-p, --password <password>
: threads password.-f, --force
: (optional) force post the current progress (default: false)-d, --debug
: (optional) run in local, console.log only mode (default: false)-V, --version
: output the version number-h, --help
: display help for command
Examples
Run the program:
ypb -u <username> -p <password>
Post the current year progress when starting the program:
ypb -u <username> -p <password> -f
Post the current year progress on start while running in debug mode:
$ ypb -u <username> -p <password> -f -d โญโโโโโโ 25.01.2024 19:01 โโโโโโโฎ โ โ โ โ 2024 is 6% complete โ โ โโโโโโโโโโโโโโโโโโโโโโโโ โ โ โ โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
Toolchain
- Biome https://biomejs.dev
- Bun https://bun.sh
- TS-Standard https://www.npmjs.com/package/ts-standard
- tsup https://tsup.egoist.dev/