- A web app for all the News and Notifications from all the institution of India to stay updated about all the upcoming events from any collges and Universities at one place.
mkdir Edu-News
cd Edu-News
virtualenv -p python3 env
source env/bin/activate
git clone https://github.com/ManishShah120/news-scrap.git
cd news-scrap
pip install r requirements.txt
python manage.py runserver
- Go to your browser and enter this URL
127.0.0.0:8000
- Ther are lot of small chunks of scraping scripts at the backend which refreshes itself whenever the website is refreshed, also while refreshing if the BOT[small scraping scripts] founds any new news or notification on the traget URL then it loads that information in the database.
- Python 3.8
- Linux
- Django
- Leaflet.js
- Html, css
- SQLite
Contribution are wellcomed.
- Add all the indian as well as international Institution on the Map[Marker Icon] with a pop up message and a hyperlink to register themselves.
- Add an option for registration of any events posted on this site and store the data in the database.
- Add more scraping scripts for all the institutions.
- Add the backend of the footer scetion for mailing list to work.
- For the Post Event[Feature] in future make a field to collect the geo-coordinates of the venue where the institution is or where the event will take place and display that on the portal so that anybody can follow the route on MAP and visit the location without any worries.
- Add a section for the registered user so that they can see the news or events they have posted and allows them to edit or delete from front END.
- Solve the issue with the Mailing List feature present in the footer section.
- Finally Containerise the entire project and push it to
Docker Hub
.