Dear Nouman,
First of all, I would like to thank you for "Your Ultimate Guide to Building a Quora Scraper". Your publication was my first contact with selenium.
The login process and search_for_query('') work very well. There is a missing parenthesis in "while" and the "name 'time' is not defined" in the get_questions().
The places
- https://python.plainenglish.io/your-ultimate-guide-to-building-a-quora-scraper-part-2-e185b4fc98cb
- https://gist.github.com/nouman-10/f28ae737aa7b44bbf66799097f775f3c#file-get_questions-py
- https://github.com/nouman-10/Quora-Scraper/blob/master/scraper/scraper.py
Regards
Dear Nouman,
First of all, I would like to thank you for "Your Ultimate Guide to Building a Quora Scraper". Your publication was my first contact with selenium.
The login process and search_for_query('') work very well. There is a missing parenthesis in "while" and the "name 'time' is not defined" in the get_questions().
The places
Regards