A Simple Web Scraper using BeautifulSoup that fetches data based on queries. Useful for data collection for Social Trends.
This repo works on Python3 using libraries BeatifulSoup and requests. Installation can be done in terminal by these lines.
pip3 install bs4
pip3 install requests
Change the destination loc to the csv file where you want to save. Execute by using python3 testing.py
The CSV obtained will be separated by "~" symbol.
Please feel free to suggest any changes or your queries to Manas Bedmutha