Skip to content

A simple python program to send push notifications to your phone as soon as Windows is booted up

Notifications You must be signed in to change notification settings

yash312312/Windows-Switch-on-Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows login Alert on Mobile Phone

A simple python program to send push notifications to your phone as soon as Windows is booted up

Requirements

Process

  • 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
  • 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.

About

A simple python program to send push notifications to your phone as soon as Windows is booted up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published