A fun little alarm that shocks (or vibrates/beeps) you when it goes off
- Download and extract the zip file to a desired location
- Open a command prompt at the file location and install the required "requests" package with
pip install requests
- With your favorite editor, edit the variables in
config.py
(username, api_key, share_code, app_name, test_mode, snooze_duration). Save then close - Open CMD in the file location and execute main with
python main.py
- Follow the prompts given
- Requires Python 3.11.9
- Test mode available
- Vibrate and beep available
- You can set a random intensity
- Snooze alarm function
- There is a periodic vibrate set to 0 (so you don't feel it) that repeats every 120 seconds (2 minutes) to keep the pishock website pinged
- Able to save settings
Keep all files together for the code to run. Use at your own risk