A media listening tool allow users to monitor and analyze certain keywords they searched for.
This web app is built using django and django rest framework. Its inspired by mediatoolkit, it takes keywords from users and scrapes certain websites for data/comments/reviews/tweets relating to the keyword.
This app itself doesn't scrap the internet for data, that is done with NodeJS, it only sends request to the nodejs server to scrap for data and send back to this app database.
- Auto scrap for data at interval
- Perform analysis on the scrap data
- Notify users of new data scrap
- Users can perform advanced search
You can send pull request and raise issues, Thank you. Note: This project doesnt intent to have a UI,just endpoints.