Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T21:17:23.000Z (6 months ago)
- Last Synced: 2024-05-02T00:55:42.558Z (6 months ago)
- Topics: bot, instagram, meta, threads, threads-api, threads-bot, threads-client
- Language: JavaScript
- Homepage: https://www.threads.net/@yearprogbar
- Size: 443 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# yearsprogress
[![npm version](https://img.shields.io/npm/v/yearsprogress)](https://www.npmjs.com/package/yearsprogress)
[![install size](https://packagephobia.com/badge?p=yearsprogress)](https://packagephobia.com/result?p=yearsprogress)
[![license](https://img.shields.io/github/license/s1mpson/yearsprogress)](https://github.com/s1mpson/yearsprogress)
[![style: prettier](https://badgen.net/badge/style/prettier/ff69b4)](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
```