WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

BooleanCube/cp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cp

all of my competitive programming solutions

setup

# setup py venv for scrapers
python -m venv .venv

# install deps for scrapers
source .venv/bin.activate
pip install bs4 python-dotenv urllib3 requests

# run scrapers
## create .env file with `nick` for cses username and `pass` for cses password.
source .venv/bin/activate
python scraper_cses.py

About

all of my competitive programming solutions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published