Commit graph

68 commits

Author SHA1 Message Date
Klaus-Uwe Mitterer 8381c4469a Fix apparent problems with database objects in filler 2016-08-04 18:17:59 +02:00
Klaus-Uwe Mitterer 5fc9078ea8 IS NULL. We need those where 'until' IS NULL. -.- 2016-08-03 15:26:31 +02:00
Klaus-Uwe Mitterer 3ec4780385 getFollowers()/getFollowing() should not return records where 'until' is not null, i.e. records that are no longer valid 2016-08-03 13:58:19 +02:00
Klaus-Uwe Mitterer 5c22b78347 Oh my, I'm an idiot... 2016-08-02 01:17:08 +02:00
Klaus-Uwe Mitterer f19f04c415 Nobody cares about the tweet IDs. 2016-08-01 22:07:00 +02:00
Klaus-Uwe Mitterer f87ad68b8b Optimize follower/following handling, print changes when running filler.py 2016-08-01 21:46:57 +02:00
Klaus-Uwe Mitterer 0a4de77aae Kick out followertxt.py which isn't going to be used anymore 2016-08-01 18:03:07 +02:00
Klaus-Uwe Mitterer 114fc04b43 Implement following/follower monitoring 2016-08-01 18:02:11 +02:00
Klaus-Uwe Mitterer b39b708270 Move follower functions to twitools
Create tables for storing followers and following in setup.py
2016-08-01 16:39:55 +02:00
Klaus-Uwe Mitterer 6ffa8e052d Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools 2016-06-30 12:34:38 +02:00
Klaus-Uwe Mitterer aad1531392 Futher preparation for MySQL, which is not working yet though...
Make filler handle direct messages
Add table and functions for direct messages
2016-06-30 12:33:09 +02:00
Klaus-Uwe Mitterer 63787dbf28 Make csvdb use dbHelper() to get a dbo 2016-06-06 19:19:23 +02:00
Klaus-Uwe Mitterer aaa683aa73 Change tweet deleter name to deleter. 2016-05-31 00:05:35 +02:00
Klaus-Uwe Mitterer 8f2d551dce Fix variable 2016-05-30 23:52:33 +02:00
Klaus-Uwe Mitterer 70d9cd4592 Prepare setuptools for MySQL support 2016-05-30 21:58:53 +02:00
Klaus-Uwe Mitterer 6a87b5c36a Fix function call 2016-05-30 20:59:41 +02:00
Klaus-Uwe Mitterer c3575e6d76 Make getmentions use argparse. Finally. 2016-05-30 20:58:55 +02:00
Klaus-Uwe Mitterer 593213bb2e Fix call to getDate 2016-05-30 20:44:51 +02:00
Klaus-Uwe Mitterer 1c0b3da582 Split up tools to setuptools and twitools. Testing pending. 2016-05-30 20:40:21 +02:00
Klaus-Uwe Mitterer 7e9e27e00b Change default value handling in dbtools 2016-05-20 21:39:21 +02:00
Klaus-Uwe Mitterer e751e85276 Update gitignore file 2016-04-08 00:23:48 +02:00
Klaus-Uwe Mitterer b239e36b25 Fix csvdb dependencies 2016-04-08 00:23:04 +02:00
Klaus-Uwe Mitterer 367b4e7864 Fixed filler dependencies 2016-04-08 00:15:21 +02:00
Klaus-Uwe Mitterer e0abdf0a56 Check in first version of dbtools 2016-04-07 23:57:22 +02:00
Klaus-Uwe Mitterer 77e66918db Allow file name to be passed to csvdb function 2016-04-07 21:04:13 +02:00
Klaus-Uwe Mitterer 059633a32a Move tools to subdir 2016-04-07 21:04:00 +02:00
Klaus-Uwe Mitterer f3da44fdd3 Add gitignore file 2016-04-07 17:40:58 +02:00
Klaus-Uwe Mitterer 506cd65c70 Check in whatever I changed in the meantime, obviously including a setup script 2016-02-08 01:55:12 +01:00
Klaus-Uwe Mitterer 7af8c609d0 Changed config system 2015-10-11 00:10:57 +02:00
Klaus-Uwe Mitterer 3fcb87d145 Add delete function to tools 2015-10-10 21:15:26 +02:00
Klaus-Uwe Mitterer 671dd3b5d9 Check in initial version of the Tweleter 2015-10-10 21:14:51 +02:00
Klaus-Uwe Mitterer 4f1cb5cad1 Get csvdb running (inital version) 2015-05-18 13:41:30 +02:00
Klaus-Uwe Mitterer f1ceb138bf Make followertxt more pretty 2015-05-18 13:05:14 +02:00
Klaus-Uwe Mitterer 99d7267688 Allow followertxt to be (theoretically) executed using an app registered by a different user 2015-05-17 21:56:45 +02:00
Klaus-Uwe Mitterer 0c16692f1e Add followertxt to twitools
Modify followertxt such as to use credentials from config
Move followertxt's paginate() function to tools
2015-05-17 21:33:25 +02:00
Klaus-Uwe Mitterer 79ba9cc96d Add gettweets.py to get Tweet contents (by dates) 2015-05-14 16:29:55 +02:00
Klaus-Uwe Mitterer c66931d713 Add -a switch for running averages 2015-04-28 21:56:42 +02:00
Klaus-Uwe Mitterer b112632d5e Handle sqlite3.Cursor() objects in getdates 2015-04-28 10:41:49 +02:00
Klaus-Uwe Mitterer c9a7ce03c0 Revert change of executeQuery() return type 2015-04-28 10:39:30 +02:00
Klaus-Uwe Mitterer ca332951fa Prepare getdates for running average calculation
Include days with 0 tweets in getdates output
2015-04-27 23:43:36 +02:00
Klaus-Uwe Mitterer d854411884 Change return type of tools.dbObject().executeQuery() to list 2015-04-27 23:32:03 +02:00
Klaus-Uwe Mitterer ba433a79e7 Change return type of getTweetsByDate() to list
Concatenate lists to have one less call of tools.printCSV()
2015-04-27 20:37:37 +02:00
Klaus-Uwe Mitterer 4371ba7b41 Remove the "coding" lines at the beginning of the file 2015-04-27 18:28:16 +02:00
Klaus-Uwe Mitterer 7ee1a707e3 Rename datecsv to getdates 2015-04-27 17:29:37 +02:00
Klaus-Uwe Mitterer 0cacd2d0c7 Add -w switch to getmentions allowing to get stats for all words (whitespace-delimited strings) ever tweeted 2015-04-25 01:25:33 +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 591e9bf562 Changes to getmentions 2015-04-22 02:06:47 +02:00