getcp is a Python package that provides functions to retrieve stats from Competitive Programming platforms. Currently, it supports fetching stats from CodeChef and Codeforces.
Project description
getcp
Description
getcp is a Python package
that provides functions to
retrieve stats from CP
platforms. Currently, it supports user stats
from CodeChef and Codeforces.
links
Installation
You can install getcp using pip:
pip install getcp
Usage
from getcp import cc, cf, github
codechef_stats = cc.get_codechef_stats('username')
codeforces_stats = cf.get_codeforces_stats('username')
github_info = github.get_github_stats('username')
print("CodeChef Stats:")
print(codechef_stats)
print("\nCodeforces Stats:")
print(codeforces_stats)
print("\nGithub Info:")
print(github_info)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file getcp-1.0.24.tar.gz.
File metadata
- Download URL: getcp-1.0.24.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4995da7e441321ae0a1b518f60d314932e111cf649052169fb21ffde674844b2
|
|
| MD5 |
4d5f11c039d62fbf6f901876f8d6688b
|
|
| BLAKE2b-256 |
6a7610a73609a4fbffbf3ec18b54a8b0427ab2509d822b3f1be8bdebb9d6ac75
|
File details
Details for the file getcp-1.0.24-py3-none-any.whl.
File metadata
- Download URL: getcp-1.0.24-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b4a72099494016a7121dc96782e526112c9c324bf99fbdf2cd1d90d7cbac494
|
|
| MD5 |
ca283063bc5d0486a1b3ae4e73f32ce2
|
|
| BLAKE2b-256 |
9c36a901f14f928373a46ad4053c9bd36c21f3f1c05ed15702b8e3d04749c093
|