Skip to content

A Discord bot that allows you to browse Github Issues, pulls, view repo information and get link previews all the from the comfort of your discord server!

Notifications You must be signed in to change notification settings

Bluemethyst/Gitmethyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitmethyst

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!

Or compile and run it yourself!

  1. Clone this repo with git clone https://github.com/Bluemethyst/Gitmethyst.git
  2. Change directory into the cloned folder with cd Gitmethyst
  3. Install requirements with pip install -r requirements.txt
  4. Create a .env file with this format in the same directory as main.py:
    DISCORD_TOKEN=discordtokenhere
    GITHUB_TOKEN=githubtokenhere
    DISCORD_ERROR_WEBHOOK=webhookurlhere
    
  5. Run main.py with python main.py (Windows) or python3 main.py (Mac/Linux)
  6. Pray you see the bot has come online

Report any issues you find to the Bluemethyst.dev Discord server or the issues page here

About

A Discord bot that allows you to browse Github Issues, pulls, view repo information and get link previews all the from the comfort of your discord server!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages