https://github.com/msdeep14/stayupdated
get latest updates from aitplacements.com through SMS and desktop notification
https://github.com/msdeep14/stayupdated
desktop-notifications lxml notifications notify2 python python-script python3 pythonscript scheduled-notifications sinchsms sms way2sms way2sms-api
Last synced: 9 days ago
JSON representation
get latest updates from aitplacements.com through SMS and desktop notification
- Host: GitHub
- URL: https://github.com/msdeep14/stayupdated
- Owner: msdeep14
- License: mit
- Created: 2017-09-13T16:47:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T16:44:08.000Z (over 7 years ago)
- Last Synced: 2025-04-25T08:43:36.419Z (about 2 months ago)
- Topics: desktop-notifications, lxml, notifications, notify2, python, python-script, python3, pythonscript, scheduled-notifications, sinchsms, sms, way2sms, way2sms-api
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 18
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stayUpdated
fetch latest updates from http://aitplacements.com/ and receive updates through mobile SMS and desktop notification## Installation
1. Clone or fork the repo : git clone https://github.com/msdeep14/stayUpdated.git
2. Edit username, password, mobile number, app key, app secret in main.py
3. Set delay time according to your need (current delay = 5sec)
4. Execute main.py from any of the directory(sinchSMS or way2SMS).## Requirements
1. python 2.7
2. lxml
3. requests
4. sched
5. cookielib, urllib
6. sinchsms : get app_key and app_secret by registering app at [https://www.sinch.com/](https://www.sinch.com/)
7. notify2
There is no extra dependency for sending SMS through way2sms, you just need to register on way2sms portal.