Caffeinated-Typists / Leetcode-Automations

Repository for a hobby project to track questions attempted by participants on leetcode
MIT License
3 stars 1 forks source link

Root directory unorganized #9

Closed Zynade closed 1 year ago

Zynade commented 2 years ago

idea: organize the directory structure of the program.

  1. IMO the root directory should contain only the following: README, LICENSE, .gitignore and requirements.txt.
  2. Put the python source code files in a src directory
BlackPanther112358 commented 2 years ago

I tried this but geckodriver.exe has some permission issues then, and the Scraper script needs to be in the same file as that. So I ended up ditching this idea

BlackPanther112358 commented 1 year ago

@Anirudh-S-Kumar do you have anything to add else I am closing this issue

Anirudh-S-Kumar commented 1 year ago

I don't have anything else to add

Anirudh-S-Kumar commented 1 year ago

I don't have anything else to add

Anirudh-S-Kumar commented 1 year ago

Improved in commit bc8b752242fb5e95a241f4d777bfe049ed2acba1 , although it's still not perfect