Scraping solved problems from Codeforces with tags
- nodejs
- npm
- Clone the repo
- Run
npm install
- Rename
.env.exampleto.env
mv .env.example .env
- Fill the
.envfile with your Codeforceshandle,passwordandtagsyou want to scrape - Run
node index.js - The problems will be saved in the
problems.mdfile
# .env file
userHandl = "Miina"
userPass = "********"
problemTags = "dp, greedy, math"Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
