Unofficial API Client for GoGov CRM
Project description
gogov
Unofficial API Client for GoGov CRM
install
pip install gogov
basic CLI usage
gogov export-requests --email="jdoe@fakecity.gov" --password="2c56477e97ab8b2d180a6513" --site="fakecityXYZ" --city-id="123" $PWD/requests.csv
basic Python usage
from gogov import Client
# client automatically logs in when initialized
client = Client(
username = "jdoe",
password = "2c56477e97ab8b2d180a6513",
site = "fakecityXYZ",
city_id = "123"
)
## download csv of all requests to a file
client.export_requests("requests.csv")
## log out
client.logout()
advanced usage
coming soon
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
gogov-0.3.0.tar.gz
(7.1 kB
view details)
File details
Details for the file gogov-0.3.0.tar.gz.
File metadata
- Download URL: gogov-0.3.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91e3bc3c823c6804093ede2559882eb0d797f97e85d68de3c34cc12e2366ade0
|
|
| MD5 |
569e7c05595a232f4912a06451531109
|
|
| BLAKE2b-256 |
48c80e46a1c9b05cfc83d48f7cf43030b1318ce2a845344a7737419b7f8f69a9
|