Commit graph

6 commits

Author SHA1 Message Date
Klaus-Uwe Mitterer 7ee1a707e3 Rename datecsv to getdates 2015-04-27 17:29:37 +02:00
Klaus-Uwe Mitterer def6fca403 Add headers to datecsv output 2015-04-25 00:28:20 +02:00
Klaus-Uwe Mitterer e2ab015218 Change return value of datecsv.getTweetsByDate() to a list of tweets rather than None
Move CSV output function to tools.printCSV()
2015-04-24 23:33:42 +02:00
Klaus-Uwe Mitterer 6a1cce1b97 Use csv.writer().writerows() rather than explicitly looping through with writerow() 2015-04-24 23:05:39 +02:00
Klaus-Uwe Mitterer f83c69f902 Allow date filtering in datecsv using -f and -t flags (from and to) 2015-04-23 00:57:24 +02:00
Klaus-Uwe Mitterer 3feb8c0455 Finally convert datecsv to Python3 2015-04-22 00:16:42 +02:00