- Introduction
- Requirements
- Installation Guide
- Screenshots
- License
A Python script that fetches details all ‘topicals’ across all years from the Amul website (http://www.amul.com/m/amul-hits) and has the feature to download the pictures by year into your local system.
- Programming Language : Python (2 or 3)
- Libraries : BeautifulSoup, Requests
- Fork the repository, and clone your fork into your machine.
- Use pip-install to install all required modules, for example,
pip install bs4&pip install requests
- Use pip-install to install all required modules, for example,
- To run, type
python amul_topicals.py
The code in this project is licensed under the MIT License 2016 - Kartik Singhal.