asimptot / FollowerBot

Follower bot for Instagram
191 stars 67 forks source link

Chromedriver issues #71

Closed AFOUNDX closed 1 year ago

AFOUNDX commented 1 year ago

can you explain in detail how do i fix this Screenshot (33)

asimptot commented 1 year ago

Can you please update in the following line in init.py file?

self.browser = uc.Chrome(options=chrome_options, version_main=110) --> self.browser = uc.Chrome(options=chrome_options, version_main=112)

AFOUNDX commented 1 year ago

Can you please update in the following line in init.py file?

self.browser = uc.Chrome(options=chrome_options, version_main=110) --> self.browser = uc.Chrome(options=chrome_options, version_main=112)

where do i add/replace the line? Screenshot (34)

asimptot commented 1 year ago

instead of self.browser = uc.Chrome(options=chrome_options, version_main=110)

AFOUNDX commented 1 year ago

instead of self.browser = uc.Chrome(options=chrome_options, version_main=110)

also, can u suggest me some best python course? i want to be like you man! appreciate your work alot!

asimptot commented 1 year ago

Thank you for your kind words! I'm happy to help. There are many great Python courses available, depending on your skill level and specific interests. Here are a few popular options:

Python for Everybody - This is a great course for beginners and covers the basics of programming with Python. It's available for free on Coursera.

Complete Python Bootcamp: Go from zero to hero in Python 3 - This is a comprehensive course on Udemy that covers everything from the basics of Python to more advanced topics like web development and data analysis.

Python Crash Course: A Hands-On, Project-Based Introduction to Programming - This book by Eric Matthes is a great resource for beginners who want to learn Python through hands-on projects.

I hope this helps! Let me know if you have any other questions.