- Check your chrome version and go to this link http://chromedriver.chromium.org/downloads to download chromedriver version that sastifi with you chrome version
- To check your chrome version open chrome and go to tab Setting and then About chrome
- After download chrome driver unzip and paste this in current project folder
-
The first time you run the script make sure you have replaced the facebook account in line 167
crawler = Livestream(login="fb_account", password="fb_password") -
The next step is prepare some facebook id to crawl data in the file fb_ids.txt
-
And then running the script imagetag.py with command:
python imagetag.py --params -
If you are getting this error
DevToolsActivePort file doesn't existremove chrome folder in your current project -
If you are getting error with cookies, maybe your cookies is expired => remove your cookies.pkl in your current project will solve that error