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.1.0.tar.gz
(7.0 kB
view details)
File details
Details for the file gogov-0.1.0.tar.gz.
File metadata
- Download URL: gogov-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b067d1684e90d6a7d415a2e16eb7d1b13cc895b4193d37ce324cd6c8939bbd2
|
|
| MD5 |
29efb17bab9802a9c64e736fd2d02a5a
|
|
| BLAKE2b-256 |
3c7a0754fcb769c5494097d823a59a5962bca470f856930481ef4680e180d2c4
|