This is a micro-project on web-scrapping using Python modules. It belongs to organization, Competitive Programmers of 074BCT.
It is for the commandline interface of Scrappy101.
It is for the interface of Webapp written in flask.
It requires following Python3 modules:
- flask
- beautifulsoup4
- requests
To get all the dependencies, do
pip install -r requirements.txt
being in this project folder.
$ python3 filename.py
where filename.py is either Scrappy_CLI.py or objectflaskapp.py