Skip to main content

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")

## Submit a 311 request
location = {
    "shortAddress": "123 Any Street, Anytown, TN, 12345",
    "coordinates": {
        "longitude": -12.345678
        "latitude": 87.654321
    }
}

# Use "fields" for any additional necessary fields
client.submit_request(
    topic_id="12345"
    location=location,
    description="Test"
    contact_id=1234567
    assigned_to_id=7654321
    fields = [{"id": "field1", "value": "value1"}, {"id": "field2", "value": "value2}]
)

## log out
client.logout()

advanced usage

coming soon

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

gogov-0.8.4.tar.gz (18.3 kB view details)

Uploaded Source

File details

Details for the file gogov-0.8.4.tar.gz.

File metadata

  • Download URL: gogov-0.8.4.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for gogov-0.8.4.tar.gz
Algorithm Hash digest
SHA256 c79792ed16185dbcbc041444ac7f5045e1a5f458ded683dce2b1bd0669306815
MD5 4850fff4bfe5b1e35034b818a8918d69
BLAKE2b-256 74d60a82b0496716aa743b49f4b0281c7b789b5a2accf3c9723225cb69a6dd8b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page