Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Python + flask application that tweets daily updates of new/modified SOCRATA datasets

Notifications You must be signed in to change notification settings

Office-of-Digital-Services/socrata-twitter-update

 
 

Repository files navigation

Socrata Twitter Update Application

###Python + flask application that tweets daily updates of new/modified SOCRATA datasets ####Initial version created at the Health 2.0 National Day of Civic Hacking, made available for public use.

This python application checks the metadata of a specified Socrata Open Data Portal and identifies datasets that have are new or have been modified in the last day. It creates a stack of tweets containing the title and a link to the dataset, then tweets it to Twitter via API.

We are working to develop a lightweight container for it via Flask and will be posting updates as available; All collaboration is welcome and appreciated!

####Known bugs:

  • Does not yet check str len to ensure it is under 140 chars, we are writing code to check and truncate long titles

####Future features:

  • Tweet newly created data sets, even if they have not been recently modified
  • Tweet data sets with low view counts over time to build a user base

About

Python + flask application that tweets daily updates of new/modified SOCRATA datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 62.4%
  • Python 37.6%