Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxck-s/bsky_invite_manager
Program to manage BlueSky invites from several accounts, and put in DB/notify of them on Telegram
https://github.com/jxck-s/bsky_invite_manager
Last synced: about 1 month ago
JSON representation
Program to manage BlueSky invites from several accounts, and put in DB/notify of them on Telegram
- Host: GitHub
- URL: https://github.com/jxck-s/bsky_invite_manager
- Owner: Jxck-S
- Created: 2024-02-14T05:28:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T05:42:43.000Z (11 months ago)
- Last Synced: 2024-10-15T15:11:25.184Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bsky_invite_manager
- No longer maintained, BlueSky disabled invites in February 2024, [ArsTechnica: Bluesky finally gets rid of invite codes, lets everyone join](https://arstechnica.com/tech-policy/2024/02/bluesky-opens-to-the-public-with-choose-your-own-algorithm-options/)
- Program to manage BlueSky invites from several accounts and put in DB/notify of them on Telegram
- This program allowed me to manage/sell several hundred dollars worth of BlueSky codes.### Technologies
- BlueSky API using [MarshalX/atproto](https://github.com/MarshalX/atproto) Wrapper
- Postgres DB
- Telegram Bot
- Python3### Programs
#### bsky_code_getter.py
- automatically calls BlueSky API every x time, using the accounts configured in the DB to check for new invite codes and puts them in the DB, also sends alerts to Telegram of new codes.#### telegram_bot.py
- is an interactive bot on a telegram channel. Commands can be used to retrieve codes from the Postgres DB and also mark codes as sold.