https://github.com/parajulibkrm/solveathon2019_nrbalerts-bot-
Project to scrape latest notices from Nepal Rastra Bank's website and post it as a tweet with the link to attachment in Twitter. Built for Solveathon 2019.
https://github.com/parajulibkrm/solveathon2019_nrbalerts-bot-
Last synced: 2 months ago
JSON representation
Project to scrape latest notices from Nepal Rastra Bank's website and post it as a tweet with the link to attachment in Twitter. Built for Solveathon 2019.
- Host: GitHub
- URL: https://github.com/parajulibkrm/solveathon2019_nrbalerts-bot-
- Owner: Parajulibkrm
- License: mit
- Created: 2019-12-15T08:23:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T08:37:15.000Z (over 5 years ago)
- Last Synced: 2024-12-28T03:42:13.466Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Tool to consolidate alerts from Government Websites
Repo of a project to scrape latest notices from Nepal Rastra Bank's website and post it as a tweet with the link to attachment in Twitter.
# Features!
- An independent API that returns latest notice from NRB's website whenever called.
- Twitter bot that checks API for new notices in certain interval and posts if there is new update.### To-Do
A few ideas if someone is interested in adding them :
* Check multiple sources for new notices.
* Categorize notices into sub-topic.
* Use API and categories to build a portal where### Installation
Clone this repo.
Install depencies from requirements.txt and run the API
Run test.py.License
----MIT