https://github.com/aktech/dturmscrap
DTU Resume Manager Scrapper :envelope:
https://github.com/aktech/dturmscrap
Last synced: about 1 year ago
JSON representation
DTU Resume Manager Scrapper :envelope:
- Host: GitHub
- URL: https://github.com/aktech/dturmscrap
- Owner: aktech
- License: mit
- Created: 2015-08-10T19:26:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T19:22:00.000Z (over 10 years ago)
- Last Synced: 2025-02-09T10:11:48.222Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 428 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DTU Resume Manager Scrapper
It scraps all the updates from the Resume Manager of Delhi Technological
University and sends an E-mail Notification about the latest Announcements.
## Dependencies
If you’re on Debian or Ubuntu Linux, you can install Beautiful Soup and mechanize with the system package manager:
* BeautifulSoup
```
$ apt-get install python-bs4
```
* Mechanize
```
apt-get install python-mechanize
```
## Automation
This script is hosted on Google App Engine, with cron job (every 15 minutes).
# Instructions
1. Add your credentials in the Globals/Email section in `dturmscrap.py`.
* `'YOUR_ROLL_NUMBER,` e.g: `2K12/BR/001'`
* `'PASSWORD'`
* `sender_address = 'admin@dturm-1021.appspotmail.com' # : for e.g. 'foo@appname.appspotmail.com'`
* `'YOUR_EMAIL_ADDRESS'`
2. Deploy on [Google AppEngine](http://appengine.google.com)
## Contributing
All contributions are welcome, feel free to report an issue or send in a PR.