SeanDaBlack / AbBOT

308 stars 55 forks source link

Fast reCaptcha workaround, requests without Selenium #14

Closed andria-dev closed 3 years ago

andria-dev commented 3 years ago

Fixes #8

Please rerun pip3 install -r requests.txt when updating.

Things left to do:

andria-dev commented 3 years ago

This PR is not totally finished, any comments are welcome though

pastram-i commented 3 years ago

I'll be available to work on this later today hopefully, ty for providing the captcha solution

alicialynnlee commented 3 years ago

any thoughts on putting the data in different files and importing it? ex from cities.py import cities

andria-dev commented 3 years ago

@alicialynnlee I was actually just thinking about this. I think that we should put the data in .json files and get the data from those files.