MichaelCurrin / twitterverse

Store and report on Twitter conversations, from tweets to trending topics 🌍 🐦 🐍
https://michaelcurrin.github.io/twitterverse/
MIT License
13 stars 1 forks source link

Get CSV from query #118

Open MichaelCurrin opened 4 years ago

MichaelCurrin commented 4 years ago

Write CSV, using name or path to query as only input.

Result would be like:

sqlite3 $(utils/db_manager.py --path) -header -csv < lib/db_query/sql/tweets/budget_speech_2020.sql > var/reporting/budget_speech_2020.csv

This could be a bash script.