A Discord bot written in Nextcord for interacting with Github. This bot allows you to get information on repos, search issues, view pulls, and includes code previewing when posting Github links! For the devs, it includes comprehensive logging and even webhook error notifications!
- Clone this repo with
git clone https://github.com/Bluemethyst/Gitmethyst.git
- Change directory into the cloned folder with
cd Gitmethyst
- Install requirements with
pip install -r requirements.txt
- Create a .env file with this format in the same directory as
main.py
:DISCORD_TOKEN=discordtokenhere GITHUB_TOKEN=githubtokenhere DISCORD_ERROR_WEBHOOK=webhookurlhere
- Run
main.py
withpython main.py
(Windows) orpython3 main.py
(Mac/Linux) - Pray you see the bot has come online