- Notifications
You must be signed in to change notification settings - Fork15
CrapTheCoder/UpCode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A software for uploading all your accepted solutions from CodeChef, CodeForces, and Atcoder to Github with no hassles, and fully automated using Python.
Generate an API key fromhttps://github.com/settings/tokens. Make sure the repo section is checked.
Download the project and extract the zip file. Navigate to the extracted folder and run the following command in terminal:
pip install -r requirements.txt
To start using the project, run the following command in terminal:
python3 main.py
requests
andgrequests
to get the html- BeautifulSoup4 (
bs4
) to parse the html selenium
to make CodeForces scraper more reliablewebdriver_manager
to automatically create the chromium executablePyGithub
to access the GitHub APIjson
to parse CodeForces APImultiprocessing
to parallelize CodeForces and CodeChef uploads- Misc:
time
,logging
,dotenv
,inspect
About
Upload accepted solutions from CodeChef and CodeForces to GitHub
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.