Commit graph

401 commits

Author SHA1 Message Date
Klaus-Uwe Mitterer 58ea79f7ba Make Markov bot use markovify.NewlineText() rather than markovify.Text() 2017-02-15 21:21:11 +01:00
Klaus-Uwe Mitterer 94cfb56611 Make Markov bot use markovify.NewlineText() rather than markovify.Text() 2017-02-15 21:21:11 +01:00
Klaus-Uwe Mitterer a94f8e3ee5 Fix markov bot 2017-02-15 19:16:19 +01:00
Klaus-Uwe Mitterer 33331181d2 Fix markov bot 2017-02-15 19:16:19 +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 290c5dea2a 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 d6b95f504c Markov bot 2017-02-15 19:09:48 +01:00
Klaus-Uwe Mitterer eb45d2b0cd Fix tweet toggler 2017-02-10 19:16:26 +01:00
Klaus-Uwe Mitterer 74239a16b8 Fix tweeting 2017-02-10 18:54:30 +01:00
Klaus-Uwe Mitterer 9457a83e02 Implement authentication and timeline retrieval 2017-02-10 18:41:28 +01:00
Klaus-Uwe Mitterer 3cb5d8861c Separate toggler from checker 2017-02-08 15:26:21 +01:00
Klaus-Uwe Mitterer 43850de706 Actually count fish, add missing ')' 2017-02-08 15:23:15 +01:00
Klaus-Uwe Mitterer 7cbdeaaa82 Not using setuptools in strings.py 2017-02-08 15:19:55 +01:00
Klaus-Uwe Mitterer 6fcedcceda Add help handler, add noauth string 2017-02-08 15:19:01 +01:00
Klaus-Uwe Mitterer 33380efd4f Add tweet toggling explanation 2017-02-08 15:16:23 +01:00
Klaus-Uwe Mitterer 69159d9326 Add automatic tweet toggling 2017-02-08 15:14:03 +01:00
Klaus-Uwe Mitterer 6ea970e1e4 Fix ato/ase getters 2017-02-08 15:09:39 +01:00
Klaus-Uwe Mitterer aa399adebd Fix INSERT statement 2017-02-08 15:07:22 +01:00
Klaus-Uwe Mitterer cb3f9654da Added database field for /toggletweet 2017-02-08 14:58:09 +01:00
Klaus-Uwe Mitterer 6beb8f6137 Implemented tweet handler, shorter reply call 2017-02-08 14:46:59 +01:00
Klaus-Uwe Mitterer 955acb74b4 Improve signal handling 2017-02-08 14:16:04 +01:00
Klaus-Uwe Mitterer d8ea9a93a8 Copy over twitools from twitools 2017-02-08 14:10:56 +01:00
Klaus-Uwe Mitterer 33809c505d Add /fish easter egg 2017-02-08 14:09:00 +01:00
Klaus-Uwe Mitterer 4d5e5ac504 Add default value for fish 2017-02-08 13:25:52 +01:00
Klaus-Uwe Mitterer 8d48ac6cdf Removed dangerous file... 2017-02-08 13:20:23 +01:00
Klaus-Uwe Mitterer ca466277a5 Copy over setup.py from twitools 2017-02-08 13:17:14 +01:00
Klaus-Uwe Mitterer 891eaf1627 Fix function call 2017-02-08 13:12:05 +01:00
Klaus-Uwe Mitterer cfa2404bbb Add unauth handler 2017-02-08 13:08:09 +01:00
Klaus-Uwe Mitterer 1900d516a9 Fix function calls 2017-02-08 13:06:58 +01:00
Klaus-Uwe Mitterer 8d56dc7ae3 Add unauth function 2017-02-08 13:06:17 +01:00
Klaus-Uwe Mitterer e2de6dac6a Add functions to add/delete users and retrieve ato/ase from database 2017-02-08 12:49:05 +01:00
Klaus-Uwe Mitterer 5c2c7d1a5e ato/ase are not global variables 2017-02-08 12:39:53 +01:00
Klaus-Uwe Mitterer 1bbeeb3a0d Copy over dbtools from twitools 2017-02-08 12:37:27 +01:00
Klaus-Uwe Mitterer e306b9fcc5 Move strings to strings.py 2017-02-08 12:26:25 +01:00
Klaus-Uwe Mitterer 67ef0e448d Fix some stuff 2017-02-07 23:11:59 +01:00
Klaus-Uwe Mitterer 33ade5451a First test bot 2017-02-07 22:54:22 +01:00
Klaus-Uwe Mitterer 46449d800a Add .gitignore 2017-02-07 22:41:14 +01:00
Klaus-Uwe Mitterer c4f0549d70 Copy over setuptools from twitools, add function for API token 2017-02-07 22:40:47 +01:00
Klaus-Uwe Mitterer 9036a7bee7 Add dummy bot file 2017-02-07 22:36:31 +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 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 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 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 c10f7d53f9 Reactivate lyrics when reaching dead end 2017-01-27 23:44:52 +01:00
Klaus-Uwe Mitterer ed6f74281c 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 54322b7165 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