client for interracting with camden website using api
Project description
Camden Registration Api Client
About
Wrapper on requests api to simulate user actions on the Camden Activity Registration portal
Running environment
Python > 3.9
Usage
To install:
pip3 install camden_registration_api
And create your own runner file my_camden.py like below:
from camden_registration_api import CamdenClient
api_client = CamdenClient(
login=<your login>,
password=<your password>,
activity_id=120589,
)
# to run test registration
api_client.test()
# to run actual registration
api_client.register()
Then execute as normal python code:
python3 my_camden.py
Other
To call Camden: 1-408-559-8553
Special ask
Do not share with Alex K, let him train his fingers
Project details
Release history Release notifications | RSS feed
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 camden_registration_api-1.0.0.tar.gz.
File metadata
- Download URL: camden_registration_api-1.0.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
369c6b1009afc9d7185ef046fbc3610fc87874a11aade4a5dcd609eb69828357
|
|
| MD5 |
b84de1ce39120bdbe65941f316fde4ca
|
|
| BLAKE2b-256 |
f90bd81eddecff4f51c8f0f2dd42fc0eba88437811975556e5176dec25cbc591
|
File details
Details for the file camden_registration_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: camden_registration_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.5 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8945cdd0f8373611cabe69510b2508273cf76cd8b71d73c8edf12782f6b04575
|
|
| MD5 |
4eb98f76418a3b28f64227b778933e1f
|
|
| BLAKE2b-256 |
28b60cd76def795eecb7b23c4251fc7741316a86c51d4d69f3d17354efa4f428
|