I hate people coming in my room when i'm not there. Get Out My Room is a simple security system that sends notifications with videos to your phone whenever people enter you room.
-
Install the requirements
pip install -r requirements.txt
-
Set up a Pushbullet account on your PC and Phone
For PC Go to Pushbullet.com
Create an account
For Phone Install the Pushbullet app on your phone.
Log in using the same email address that you used to log in to your PC.
- Once you have setup pushbullet you will need an api key. To do this go to pushbullet.com -> Settings -> Generate Access Token
- Once the access token has been generated, go into
scripts/config.py
and paste you API key into the API_KEY field - Run
main.py