Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
/ EpiLogin Public archive

Discord bot to authenticate users through a website and microsoft oauth2

Notifications You must be signed in to change notification settings

Fumesover/EpiLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPILOGIN: Easy discord auth using microsoft oauth2

This is a discord bot that allow you to authentificate users using their emails.

Run this bot localy

# First get a postgresql server running on your computer
$ docker run --rm -p 5432:5432 postgres

# Edit database url in config file
# url: postgres://postgres@localhost/postgres
$ $EDITOR config.yml

# The project run on python3.6, so stay explicit
$ python3 -m venv .venv
$ source .venv/bin/activate
$ python3 -m pip install -r requirements.txt

# Simply run the bot by doing
python main.py

About

Discord bot to authenticate users through a website and microsoft oauth2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages