You need to prepare:
- a Discord bot
- a Github Personal Access Token
- a CSV containing a mapping between the Github handles and the Discord Snowflakes
Firstname,Lastname,Github,DiscordID
...$ pip install git+https://github.com/greut/bookbot#egg=bookbot
# the bot token
$ export DISCORD=...
# the personal access token
$ export GITHUB=...
# the CSV file
$ export PEOPLE=people.csv
$ bookbot