Commit graph

22 commits

Author SHA1 Message Date
Klaus-Uwe Mitterer 9c3fdb29db Store followers/followings as user IDs rather than handles. Store handles in separate table. 2017-01-30 03:04:51 +01:00
Klaus-Uwe Mitterer f769f9ac26 Added some comments JFF 2017-01-27 22:02:53 +01:00
Klaus-Uwe Mitterer 25f82e40f8 Forgot that NULL values are actually always seen as distinct values in SQL. Why does SQLite even allow NULL in PRIMARY KEY? 2016-08-09 00:19:29 +02:00
Klaus-Uwe Mitterer 07740b880b Make sure that filler won't fail on first run because of empty data sets 2016-08-07 17:11:22 +02:00
Klaus-Uwe Mitterer c78f40c179 Convert generator to list for getFollowers()/getFollowing()
Fix SQL query in getFollowing()
2016-08-05 23:20:18 +02:00
Klaus-Uwe Mitterer 1730a46ec3 Whatever it is that keeps going wrong, I hate it. And I have to try mitigating it. 2016-08-05 23:13:31 +02:00
Klaus-Uwe Mitterer 188be95eb9 Fix apparent problems with database objects in filler 2016-08-04 18:17:59 +02:00
Klaus-Uwe Mitterer 403b5cadef 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 5a99261b46 Oh my, I'm an idiot... 2016-08-02 01:17:08 +02:00
Klaus-Uwe Mitterer 3309491525 Nobody cares about the tweet IDs. 2016-08-01 22:07:00 +02:00
Klaus-Uwe Mitterer f72a51fbee Optimize follower/following handling, print changes when running filler.py 2016-08-01 21:46:57 +02:00
Klaus-Uwe Mitterer 4255596ecf Implement following/follower monitoring 2016-08-01 18:02:11 +02:00
Klaus-Uwe Mitterer 7e17aeb169 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 b73103d92d Split up tools to setuptools and twitools. Testing pending. 2016-05-30 20:40:21 +02:00
Klaus-Uwe Mitterer c6c994926d Fixed filler dependencies 2016-04-08 00:15:21 +02:00
Klaus-Uwe Mitterer 7af8c609d0 Changed config system 2015-10-11 00:10:57 +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 4fd256cde3 Make filler use tools 2015-04-22 02:06:32 +02:00
Klaus-Uwe Mitterer 2cc64919fd Allow filler.py to use the external config file
Check in sample config file
2015-04-16 00:53:15 +02:00
Klaus-Uwe Mitterer af14406224 Convert all scripts to Python 3 2015-04-13 22:58:32 +02:00
Klaus-Uwe Mitterer 284e64daee Add error handling to filler.py, allowing empty databases to be filled
Initial (non-functional) check-in of the CSV to sqlite3 converter
2015-04-13 01:58:32 +02:00
Klaus-Uwe Mitterer 89bccfba67 Check in Twitter Database Tools 2015-03-09 18:32:24 +01:00