Skip to content

MiinaMagdy/Scrap-Problems-With-Tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrap-Problems-With-Tags

Scraping solved problems from Codeforces with tags

Requirements

  • nodejs
  • npm

Installation

  • Clone the repo
  • Run npm install

Usage

  • Rename .env.example to .env
mv .env.example .env
  • Fill the .env file with your Codeforces handle, password and tags you want to scrape
  • Run node index.js
  • The problems will be saved in the problems.md file

.env.example

# .env file
userHandl = "Miina"
userPass = "********"
problemTags = "dp, greedy, math"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Video

Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published