First
This is my first public python project.So I want to improve my coding skill. If you think some methods or etc. is bad please tell me and help me to change.
This project scraping all company data in Yellow Pages
- Name
- Description
- Address, postal code
- Company Logo
- Company Images
- Company categories
- Rating values (rating, review count, best rating, worst rating)
- Telephone number
- Website
- Social Links (Facebook, Instagram, Twitter, Linkedin, Google+, Youtube)
- Opening and closing hours
- Geo information (latitude, longitude)
This class get all company links in categories you selected. Then save it to 'curl.txt'
Bad news... I dont know how to add links to array in python class (maybe I didnt try :P). So you need to copy all data in 'curl.txt' and paste data array in this class
This class get all company information and save to sqlite database.(You can change save function)