https://github.com/rdwz/yearprogbar
🤖 Meta's Threads bot that posts current ⌚ `year progress bar` updates.
https://github.com/rdwz/yearprogbar
bot instagram meta threads threads-api threads-bot threads-client
Last synced: 7 months ago
JSON representation
🤖 Meta's Threads bot that posts current ⌚ `year progress bar` updates.
- Host: GitHub
- URL: https://github.com/rdwz/yearprogbar
- Owner: rdwz
- License: mit
- Created: 2024-01-25T19:49:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T03:54:08.000Z (7 months ago)
- Last Synced: 2024-12-10T17:51:44.332Z (7 months ago)
- Topics: bot, instagram, meta, threads, threads-api, threads-bot, threads-client
- Language: JavaScript
- Homepage: https://www.threads.net/@yearprogbar
- Size: 836 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# yearsprogress
[](https://www.npmjs.com/package/yearsprogress)
[](https://packagephobia.com/result?p=yearsprogress)
[](https://github.com/s1mpson/yearsprogress)
[](https://github.com/prettier/prettier)> Meta's Threads bot that posts current year progress bar updates.
***See it in action on [@yearsprogress](https://www.threads.net/@yearsprogress) 🙌***
## Highlights
- Written in TypeScript
- Uses [Reverse-Engineered Threads API](https://github.com/junhoyeo/threads-api) underneath## Install
```sh
npm install -g yearsprogress
```## Usage
```sh
$ yearsprogress [options]
```### Options
- `-u, --username `: (required) Specifies the Threads username.
- `-p, --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:
```bash
$ yearsprogress -u your_username -p your_password
```2. Post the current year progress when starting the program:
```bash
$ yearsprogress -u your_username -p your_password -f
```3. Post the current year progress on start while running in debug mode:
```bash
$ yearsprogress -u your_username -p your_password -f -d
```