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
forked from indiv0/ferris-elf
-
Notifications
You must be signed in to change notification settings - Fork 0
License
bend-n/ferris-elf
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 51.5%
- Rust 36.1%
- Dockerfile 12.1%
- Shell 0.3%