11 lines
410 B
Markdown
11 lines
410 B
Markdown
# Python3 [DЯΣΛMMΛKΣЯ] Implementation
|
|
## Install
|
|
1. create venv: `python -m venv .venv`
|
|
2. activate venv: *nix: `python .venv/bin/activate` windows powershell: `python .venv\Scripts\Activate.ps1`
|
|
`pip install -r requirements.txt`
|
|
3. install requirements: `pip install -r requirements.txt`
|
|
|
|
## TODO
|
|
1. get the fuckin thing working
|
|
2. make it persistant and looping
|
|
3. make it send a discord webhookie :3 |