Arian Aghnaei
Fall 2019
Python 3.7.3
This open source web application is developed in Flask framework. This is lightweight framework which makes it good choice for doing web scraping stuff. In this project I'm extracting information about free proxies available on other websites and storing extracted data in table whit many filtering options. It's possible to sort extracted data by Country, port, IP address, HTTPS and last checked time. LAst but not the least, you can easily dowload all extracted data an same format(table) and have it on you own local storage.
It is also possible to make search and see the particular data for example see all the free proxies from specific country.
I wish theese can be useful fore some one in some way
- Scraping data from tables in websites.
- Choosing correct data structure for temporary storing before displaying in the frontend in a table.
- Defining download functionallity in falsk to download extracted data for archieving.
python3 app.py