Klaus-Uwe Mitterer
|
ec4f06321a
|
Fixed SQL query to properly handle changed handles
|
2017-02-06 14:49:41 +01:00 |
|
Klaus-Uwe Mitterer
|
be5f819f8d
|
Add table for user name/user ID combinations
|
2017-01-30 03:06:24 +01:00 |
|
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
|
ed6f74281c
|
Reactivate lyrics when reaching dead end
|
2017-01-27 23:44:52 +01:00 |
|
Klaus-Uwe Mitterer
|
54322b7165
|
Apparently actually got a working lyricsbot...
|
2017-01-27 23:25:00 +01:00 |
|
Klaus-Uwe Mitterer
|
02be1c42eb
|
Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools
|
2017-01-27 22:20:47 +01:00 |
|
Klaus-Uwe Mitterer
|
6f255e550a
|
Add lyrics table to database
|
2017-01-27 22:20:34 +01:00 |
|
Klaus-Uwe Mitterer
|
f769f9ac26
|
Added some comments JFF
|
2017-01-27 22:02:53 +01:00 |
|
Klaus-Uwe Mitterer
|
b73becd23f
|
Move stuff out of that extras folder. Need to think that over...
|
2017-01-27 21:54:59 +01:00 |
|
Klaus-Uwe Mitterer
|
030bb2aa2c
|
Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools
|
2016-12-23 17:45:44 +01:00 |
|
Klaus-Uwe Mitterer
|
15ddbcc0bd
|
Add function for sending a tweet
|
2016-12-23 17:41:24 +01:00 |
|
Klaus-Uwe Mitterer
|
47a0b7f7d4
|
Move deleter to extras
|
2016-12-07 14:16:42 +01:00 |
|
Klaus-Uwe Mitterer
|
e1a8067593
|
Add latest challenge
|
2016-12-07 14:12:26 +01:00 |
|
Klaus-Uwe Mitterer
|
2a28589c6e
|
Give retweet function a return value
|
2016-12-07 13:56:48 +01:00 |
|
Klaus-Uwe Mitterer
|
a2bff5c6d7
|
Fix function call
|
2016-12-07 12:20:00 +01:00 |
|
Klaus-Uwe Mitterer
|
057dc64a49
|
Fix column name
|
2016-12-07 12:16:57 +01:00 |
|
Klaus-Uwe Mitterer
|
f39d6aefa6
|
Cleaning up some stuff...
|
2016-12-07 12:16:19 +01:00 |
|
Klaus-Uwe Mitterer
|
09319bd40a
|
Oh well.
|
2016-12-07 12:13:47 +01:00 |
|
Klaus-Uwe Mitterer
|
b72d94e2cc
|
Make retweeter executable
|
2016-12-07 12:12:35 +01:00 |
|
Klaus-Uwe Mitterer
|
4272db0ac1
|
Author handling in retweeter
|
2016-12-07 12:12:17 +01:00 |
|
Klaus-Uwe Mitterer
|
81c7f7309b
|
Add retweeter, aka erdlofbot
|
2016-12-06 22:42:06 +01:00 |
|
Klaus-Uwe Mitterer
|
2fba8e12b5
|
Add retweet method
|
2016-12-06 22:31:45 +01:00 |
|
Klaus-Uwe Mitterer
|
1372c05736
|
Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools
|
2016-12-06 22:30:18 +01:00 |
|
Klaus-Uwe Mitterer
|
e774e54a01
|
Add #mentionchallenge tool
|
2016-12-06 22:25:24 +01:00 |
|
Klaus-Uwe Mitterer
|
35b2771e38
|
Finally add gitignore...
|
2016-12-06 21:50:41 +01:00 |
|
Klaus-Uwe Mitterer
|
09ca899918
|
Add table for retweets
|
2016-12-06 21:49:13 +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
|
12b34fb7e1
|
Set primary keys for followers/following tables
|
2016-08-04 18:17:42 +02:00 |
|
Klaus-Uwe Mitterer
|
7264708832
|
IS NULL. We need those where 'until' IS NULL. -.-
|
2016-08-03 15:26:31 +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
|
c2d9547dcd
|
Kick out followertxt.py which isn't going to be used anymore
|
2016-08-01 18:03:07 +02:00 |
|
Klaus-Uwe Mitterer
|
4255596ecf
|
Implement following/follower monitoring
|
2016-08-01 18:02:11 +02:00 |
|
Klaus-Uwe Mitterer
|
2ebe1e10ae
|
Use INTEGER as data type for follower/following dates
|
2016-08-01 16:47:10 +02:00 |
|
Klaus-Uwe Mitterer
|
41f5fa288a
|
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
|
6cca926188
|
Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools
|
2016-06-30 12:34:38 +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
|
6d7c6c127e
|
Make csvdb use dbHelper() to get a dbo
|
2016-06-06 19:19:23 +02:00 |
|
Klaus-Uwe Mitterer
|
de79a03f2f
|
Change tweet deleter name to deleter.
|
2016-05-31 00:05:35 +02:00 |
|
Klaus-Uwe Mitterer
|
c1650218e1
|
Make setup work with MySQL. Tested. ^^
|
2016-05-30 23:55:59 +02:00 |
|
Klaus-Uwe Mitterer
|
2b1b640c5d
|
Fix variable
|
2016-05-30 23:52:33 +02:00 |
|
Klaus-Uwe Mitterer
|
6297f37bd7
|
Prepare setuptools for MySQL support
|
2016-05-30 21:58:53 +02:00 |
|
Klaus-Uwe Mitterer
|
23218aff75
|
Fix function call
|
2016-05-30 20:59:41 +02:00 |
|
Klaus-Uwe Mitterer
|
3b8811f6aa
|
Make getmentions use argparse. Finally.
|
2016-05-30 20:58:55 +02:00 |
|