20 lines
972 B
Markdown
20 lines
972 B
Markdown
# Python3 [DЯΣΛMMΛKΣЯ] Implementation
|
|
- Tested with Python 3.13.5 on Kali (Raspberry Pi 5 and Lenovo Thinpad 5xx series)
|
|
- **NOW WORKING ON WINDOWS TOO!**
|
|
## Install
|
|
1. edit line 9 and 10 in [DREAMMAKER.py](./DREAMMAKER.py) and put in your discord webhook url and the role id to tag (\@rolename to get it, it will look something like `<@&1369280290203373670>`)
|
|
2. edit lines 35 and 37 to choose between test mac address list and actual police mac address list, comment one out and uncomment the other. default is live mode
|
|
3. create venv: `python -m venv .venv`
|
|
4. activate venv: *nix: `source .venv/bin/activate` OR windows powershell: `.venv\Scripts\activate`
|
|
5. install requirements: `pip install -r requirements.txt`
|
|
6. run it! `python DREAMMAKER.py`
|
|
|
|
## TODO
|
|
1. x get the fuckin thing working
|
|
2. x make it persistant and looping
|
|
3. x make it send a discord webhookie :3
|
|
4. make service
|
|
5. speed up?
|
|
6. x windowssssss
|
|
7. x header rice (colors lib?)
|
|
8. serviceafy |