Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bend-n/ferris-elf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
# pip install docker
# pip install discord
# pip freeze > requirements.txt
pip install -r requirements.txt
echo 'export AOC_TOKEN_1=<AOC TOKEN 1>' >> .env
echo 'export AOC_TOKEN_2=<AOC TOKEN 2>' >> .env
echo 'export AOC_TOKEN_3=<AOC TOKEN 3>' >> .env
echo 'export DISCORD_TOKEN=<DISCORD TOKEN>' >> .env
source .env
python fetch.py 1
python bot.py
sqlite3
# > .open database.db

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.5%
  • Rust 36.1%
  • Dockerfile 12.1%
  • Shell 0.3%