MatthewChatham / glassdoor-review-scraper

Scrape reviews from Glassdoor
BSD 2-Clause "Simplified" License
177 stars 252 forks source link

Error #6

Open kranthikumar9625 opened 5 years ago

kranthikumar9625 commented 5 years ago

I am getting the following error

TypeError: 'type' object is not iterable

for following the line of code

res = pd.DataFrame([], columns=Schema)

pyGideon commented 5 years ago

Hi, can you let me know how did you defined username and password in json file secret(syntax) or how to pass username and password via command line because i am getting error when i use --username and -p in command line.. TIA