Skip to content

Sheet-bound Google Apps Script that fetches and sets Legislator data values into Sheet

License

Notifications You must be signed in to change notification settings

jrdnbradford/Get-Legislator-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get-Legislator-Data

The @unitedstates project makes data on currently serving members of Congress available in a variety of formats.

The getLegislatorData.gs Google Apps Script is a Google Sheet-bound script that uses the URL Fetch Service to retrieve this data, add hyperlinks to social media accounts, split up the address column, and set the resulting values in the Sheet. The URL Fetch Service is subject to quotas and limitations.

You can find more data and info on the @unitedstates project at GitHub.

Recommend OAuth Scopes

{
    "oauthScopes": [
        "https://www.googleapis.com/auth/spreadsheets.currentonly",
        "https://www.googleapis.com/auth/script.external_request"
    ]
}

Authors

Jordan Bradford - GitHub: jrdnbradford

License

This script is licensed under the GPLv3 license.

About

Sheet-bound Google Apps Script that fetches and sets Legislator data values into Sheet

Topics

Resources

License

Stars

Watchers

Forks