- Create an account on PushBullet.com.
- Install PushBullet app on your mobile phone and login using same id.
- Generate access token from PushBullet website by navigating to Settings> Access Tokens>Request Access Token.
- Create a .env file and store the access token in a variable access_token in the following format.
- access_token=XXXXXXXX
.
├── .env
└── main.py
- access_token=XXXXXXXX
- Install packages mentioned in requirements.txt if required.
- Open Run command window by pressing Windows logo key + R and type shell:startup and press Enter.
- Now copy run.bat from the directory and Paste Shortcut in the startup folder (do not paste the copied file).
- Further, you can hide the black command prompt window on startup by right clicking on the shortcut then Properties>Shortcut> Run>Minimized.