Skip to content

larkaa/RootMeBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root-Me Bot

This is a Discord bot to keep up with you progression on Root-Me :)

This project is heavily inspired by zTeeed's version of RootMeBot

Building

You have to create a .env file in the RootMeBot folder to give your Root-Me API key, Discord API key, and Discord channel id the bot will use. You can find a .env.example for the format.

Then, simply run the run.sh file.

The project

This project fetches data from the Root-Me API using aiohttp. It uses SQLAlchemy to build and update the database about root-me challenges and followed users. To post messages in Discord, the discordpy library is used.

The goal is to minimize concurrent connections to the Root-Me API to avoid getting banned by the rate-limiting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%