This Twitter Bot is meant to be running at all times and send live notifications to any phone when a certain account tweets something. You can choose which phone to send the notifications to, and which twitter account to enable notifications from.
Programmed with Python.
Using Tweepy, a Python library for accessing the Twitter API, to retrieve the tweet stream.
Using PushBullet Notifications to send notifications to your phone.
Securely shared for others on Github, with hidden API using Python environ to prevent API stealing.