frederikme / TinderBotz

Automated Tinder bot and scraper using selenium in python.
MIT License
562 stars 145 forks source link

Clean up + add documentation to code #16

Open frederikme opened 3 years ago

frederikme commented 3 years ago

Reminder to myself to start cleaning up the code + adding well-written documentation to each class/function/method.

Remonell commented 2 years ago

Thanks for the code so far. I am having troubles getting the quickstart.py to run. ImportError: cannot import name 'Mapping' from 'collections'

Extending the Getting Started section would be highly apprecciated.