Commit graph

99 commits

Author SHA1 Message Date
Klaus-Uwe Mitterer 88f8792478 Preparation for using different accounts for different stuff 2017-02-18 20:44:30 +01:00
Klaus-Uwe Mitterer f92405092d Fix query for name memory 2017-02-18 20:41:15 +01:00
Klaus-Uwe Mitterer bd3d7f4120 Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools 2017-02-15 19:10:21 +01:00
Klaus-Uwe Mitterer c6eba11d71 Markov bot 2017-02-15 19:09:48 +01:00
Klaus-Uwe Mitterer 67d0202b4d Fixed SQL query to properly handle changed handles 2017-02-06 14:49:41 +01:00
Klaus-Uwe Mitterer 701afaef45 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 c10f7d53f9 Reactivate lyrics when reaching dead end 2017-01-27 23:44:52 +01:00
Klaus-Uwe Mitterer ff0dfb4dc4 Apparently actually got a working lyricsbot... 2017-01-27 23:25:00 +01:00
Klaus-Uwe Mitterer 9534e104f5 Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools 2017-01-27 22:20:47 +01:00
Klaus-Uwe Mitterer 0e580816d8 Added some comments JFF 2017-01-27 22:02:53 +01:00
Klaus-Uwe Mitterer be97a12ef3 Move stuff out of that extras folder. Need to think that over... 2017-01-27 21:54:59 +01:00
Klaus-Uwe Mitterer 1f8de84e37 Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools 2016-12-23 17:45:44 +01:00
Klaus-Uwe Mitterer 1ed5aa25ae Add function for sending a tweet 2016-12-23 17:41:24 +01:00
Klaus-Uwe Mitterer 60b43559bf Move deleter to extras 2016-12-07 14:16:42 +01:00
Klaus-Uwe Mitterer 3eeb777583 Add latest challenge 2016-12-07 14:12:26 +01:00
Klaus-Uwe Mitterer 25ce567048 Give retweet function a return value 2016-12-07 13:56:48 +01:00
Klaus-Uwe Mitterer 9b0dbf8bf1 Fix function call 2016-12-07 12:20:00 +01:00
Klaus-Uwe Mitterer 64829d57ab Fix column name 2016-12-07 12:16:57 +01:00
Klaus-Uwe Mitterer 2cd04559c1 Cleaning up some stuff... 2016-12-07 12:16:19 +01:00
Klaus-Uwe Mitterer a152e79843 Oh well. 2016-12-07 12:13:47 +01:00
Klaus-Uwe Mitterer 465db888e8 Make retweeter executable 2016-12-07 12:12:35 +01:00
Klaus-Uwe Mitterer 64cd16a640 Author handling in retweeter 2016-12-07 12:12:17 +01:00
Klaus-Uwe Mitterer 0b9bb2856e Add retweeter, aka erdlofbot 2016-12-06 22:42:06 +01:00
Klaus-Uwe Mitterer f8d9568271 Add retweet method 2016-12-06 22:31:45 +01:00
Klaus-Uwe Mitterer c1bb677d40 Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools 2016-12-06 22:30:18 +01:00
Klaus-Uwe Mitterer a07b6cd653 Add #mentionchallenge tool 2016-12-06 22:25:24 +01:00
Klaus-Uwe Mitterer 0cb3f8e1d0 Finally add gitignore... 2016-12-06 21:50:41 +01:00
Klaus-Uwe Mitterer 44ee524ece 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 6b443f71c9 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 21c90eb394 Convert generator to list for getFollowers()/getFollowing()
Fix SQL query in getFollowing()
2016-08-05 23:20:18 +02:00
Klaus-Uwe Mitterer 98afc3bffd 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 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