Open lil-skelly opened 3 months ago
Good ideas man.
This project kinda started as a meme for creating something that shouldn't be made in Python, decided to ride the meme out and not refactor with modules. Think it'll bite me in time soon to come, will change that :laughing:
requirements.txt
desperately needs specific versions, you're right. Helped a couple of users that had deprecated versions, causing webdriver issues.
Thank you big smelly, you a real one
For sure homie, us developers should have each others back.
Consider splitting the project into multiple files to make further development easier for you and other contributors.
I also suggest specifying specific versions of the libraries listed in
requirements.txt
to prevent nasty errors on users with old installs as well as documenting your code.Things like these will prove extremely useful.