civictechdc / ancfinder

A website about DC's Advisory Neighborhood Commission system.
http://ancfinder.org/
Creative Commons Zero v1.0 Universal
43 stars 36 forks source link

Tweets to empty documents #118

Closed stvnrlly closed 5 years ago

stvnrlly commented 10 years ago

If possible, we should catch and avoid tweeting documents with no title/document: https://twitter.com/ANCFinder/status/520252357469151232

jamesfe commented 9 years ago

This looks relatively easy to fix - what kind of filler would you like? I propose instead of saying "New Title", we say "new document".

-jf

JoshData commented 9 years ago

I think we want to modify the tweet script and just skip documents that have no content (document.annotation_document.body.strip() == "").

jamesfe commented 9 years ago

Sounds good, I'll check it out.