Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arian81/bluey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueBot: Discord Waitlist Queue for Bluesky Invites

A Discord bot built with py-cord and SQLAlchemy that manages a waitlist queue for Bluesky invites on Blue Social Discord Server. The bot prioritizes users based on their message activity and other engagement metrics determined by admins.

Features:

  • Track user activity in Discord servers
  • Maintain a dynamic waitlist queue
  • Distribute Bluesky invites automatically
  • Customizable scoring system for user prioritization

Tech Stack:

  • Python
  • py-cord (Discord API wrapper)
  • SQLAlchemy (ORM for database management)
  • PostgreSQL

Getting Started:

  1. Clone the repository:
git clone https://github.com/arian81/bluey
cd bluey
  1. Install dependencies using pipenv:
pipenv install
  1. Create a .env file in the project root and add your Discord bot token:
DISCORD_BOT_TOKEN=your_bot_token_here
  1. Activate the virtual environment:
pipenv shell
  1. Run the bot:
python main.py

License:

  • License: MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages