Skip to content

Geek-a-Byte/StopStalk-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StopStalk-clone

A static problem-solving profile creator for portfolio building

  • scraped data of individual sites
  • scraped vjudge excluding the individual sites

Install

  • fork and clone the repository
  • fillup the .env-copy file and rename it to .env
cf_api_key = '<create and copy api key using your codeforces account and paste it here>'
cf_api_secret = '<create and copy api secret using your codeforces account and paste it here>'
  • replace the usernames in each oj folder under scrapers
  • do not commit the .env file to github for privacy purposes of your password and api keys, add it to .gitignore instead
  • push your changes (username, env file) to github and deploy with render

ss

additional resources