A Django application to parse and show the RSS of University of Tehran (UT)
news.
This app parses the link below to extract news.
Currently APIs are running in the link below:
https://utnews.iran.liara.run/news/
- Django
- Django REST Framework
- Beautiful Soup 4
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/XAli-SHX/ut-news-rss.git
- Install requirements
cd core pip install -r requirements.txt
- Run server
python3 manage.py runserver
Now by entering the URL below you can access the news:
This project is a base to build an app to show news and send notification when a new news be published.
- Basic parsing of HTML page
- Show next page news
- Add filter to news
- Implement all tags
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag feature
. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE
file for more information.
Ali Shayanpoor - shayanpoorali66@gmail.com
Project Link: https://github.com/XAli-SHX/ut-news-rss