Files
Last update 2 months 1 week
by Max Kendall
Filesannouncement-sender | |
---|---|
.. | |
ellipticcurve | |
.gitignore | |
README.md | |
main.py | |
requirements.txt |
README.mdSetup
- Create a venv in this folder: Mac/Linux:
bash python3 -m venv venv source venv/bin/activate
Windows:bash python -m venv venv .\venv\Scripts\activate
- Install dependencies:
bash pip install -r requirements.txt
- Grab
signing_key.txt
from the Slack (in #shipwrecked-pcb's pinned messages) and put it in this folder.- Plug a badge into your computer.
- Run it:
bash python main.py