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()
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.0.0.tar.gz
(6.8 kB
view details)
File details
Details for the file gogov-0.0.0.tar.gz.
File metadata
- Download URL: gogov-0.0.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5b3f7d960501bc474db81edd9de713279eeb1a410d18bfde7e6f661e4417736
|
|
| MD5 |
a4940f3407db004c0156c780e540b786
|
|
| BLAKE2b-256 |
6c0b922be13dae5ab7e1137b4b2b7b00e42c51b43fcf93568a7df875064dc826
|