Scrapes data of zomato users from their profile page. The scraped data will be stored in /zomato_user_data
The data scraped of a user consists of the following fields:-
-
Name
-
Location
-
Number of reviews
-
Number of followers
-
Number of blog posts
-
Count of bookmarks
-
Count of been-there
-
Foodie Level
-
Points to level up
-
Verified/Non-Verified User
-
Number of neighbourhoods he is an expert in, followed by the neighbourhoods.
All the user links which are to be scraped are maintained in "user-links" file.
"Skip_lines" is to maintain iterative scraping, i.e. to continue scraping from the last user scraped in case the code has to be run again.