Commit graph

99 commits

Author SHA1 Message Date
Lynne
de06c584e6 fixed typo in requirements 2019-07-01 11:14:45 +10:00
Lynne
cf26690144 remove the old readme, as it was uneccessary 2019-07-01 11:06:18 +10:00
Lynne
ac2846b7da update dependency versions, added missing requests dependency 2019-07-01 11:02:46 +10:00
Lynne
575c473301
Merge pull request #24 from notagoat/pin-branch
Add un/pin to the bot
2019-05-19 23:09:11 +10:00
Lynne
354ea46dcb
code cleanup, fixes #23 2019-05-19 23:06:31 +10:00
notagoat
8ebef4327d Fixey fix 2019-05-19 13:57:20 +01:00
notagoat
65cebc37ac Added toots! 2019-05-19 13:54:59 +01:00
Lynne
5fcefd12b0
remove obsolete update code 2019-05-19 22:45:55 +10:00
notagoat
011ec2c9a8 Added the ability to pin and unpin toots with the pin and unpin command. Would like to clean up code as well as possibly toot confirmation and error messages 2019-05-19 13:31:42 +01:00
Lynne
2b2824a73e
don't create a client when simulating 2019-05-12 00:54:27 +10:00
Lynne
8fe30f0c88 fix a keyerror 2019-05-07 03:14:30 +10:00
Lynne
ae75212eba less rude comment 2019-05-07 03:05:02 +10:00
Lynne
a8ac5869d0 added specific error for rate limit exceeded 2019-05-07 03:02:42 +10:00
Lynne Lawson
ddbd2f10ad removed leftover code from another solution 2019-05-04 16:49:21 +10:00
Lynne Lawson
90e3cfc64c don't create infinite loop threads, finally fixes #17 2019-05-04 16:44:57 +10:00
Lynne
cb48a21da4
bump Mastodon.py to the latest versoin 2019-04-29 15:33:44 +10:00
Lynne
1d8f7b26f5
fixed a very silly mistake 2019-04-29 14:38:44 +10:00
Lynne
3f998c018e
mention_handling defaults to 1 2019-04-29 14:24:52 +10:00
Lynne
02343668b8
add an option to avoid creating fake mentions 2019-04-29 14:21:46 +10:00
Lynne
99d1d13fbf
handle cfg defaults better 2019-04-29 13:59:37 +10:00
Lynne
48faf4d3b3
Merge pull request #14 from lfuelling/master
add config option to filter for language
2019-02-26 18:13:43 +10:00
Lukas Fülling
c0cf42a41a add config option to filter for language 2019-02-25 19:44:58 +01:00
Lynne
b00af91305
fixed CW stuff 2019-02-25 11:28:05 +10:00
Lynne
7a337e0fc6
removed unecessary break 2019-02-25 11:22:01 +10:00
Lynne
46792f699f
remove webfingering wikipedia link 2019-02-25 11:18:38 +10:00
Lynne
2cecfd42a5
added support for learning from CW'd posts 2019-02-25 11:17:06 +10:00
Lynne
5dfd167bc0
hopefully fixed #13 by auto converting to ASCII 2019-02-23 10:34:22 +10:00
Lynne
d7c69c83f0
Merge pull request #11 from QBFreak/master
Fixes for Pleroma
2019-02-23 10:25:36 +10:00
Lynne
64b49da4eb
Merge branch 'master' into master 2019-02-23 10:25:15 +10:00
Lynne
0e01d5d8ec
Merge pull request #12 from SneakyBastardSword/master
precompile regexes
2019-02-23 10:23:23 +10:00
Lynne
4438d797e7
use config.sample.json if config.json doesn't exist 2019-02-21 13:37:45 +10:00
Lucina Wilton
20c3df5393 fixed tabs i think hopefully 2019-02-07 10:45:44 -05:00
Lucina Wilton
f71c4af0e6 precompiled regexes used inside of loop 2019-02-07 10:27:52 -05:00
Lucina Wilton
910af03aef added vim swapfiles to gitignore 2019-02-07 10:27:24 -05:00
Lynne
0d162b067b
webfinger is NOT a joke. 2019-02-07 10:58:27 +10:00
Lynne
5d62b17310
removed hacky solution, added misskey support 2019-02-07 10:53:23 +10:00
Lynne
213c40351d
only use 10k toots rather than all of them to avoid having Too Many Toots 2019-01-14 08:38:54 +10:00
Lynne
a218e07022
oops i forgot to pull before doing a bunch of stuff 2019-01-11 23:11:18 +10:00
Lynne
66899c8226
added instance blacklist 2019-01-11 23:08:53 +10:00
Lynne
4530a9729f
made config.json prettier 2019-01-11 23:07:10 +10:00
Lynne
0141b513a9
minor fix 2019-01-11 23:05:45 +10:00
Lynne
2e0bf28c8e
funy coment 2019-01-11 23:02:36 +10:00
Lynne
9bbd659bf5
main.py now uses functions.py's extract_toot func 2019-01-11 22:58:17 +10:00
Lynne
3e3f905839
removed unused import of random 2019-01-11 22:57:18 +10:00
Lynne
c2997ae0d1
fixed a silly mistake, fixed " and ' stuff 2019-01-11 22:56:35 +10:00
Lynne
de3449ae56
added extract_toot function to functions.py 2019-01-11 22:55:31 +10:00
Lynne
85fec32c83
renamed create.py to functions.py 2019-01-11 22:47:42 +10:00
Lynne
0a66c1db51
added my @ to the error message 2019-01-11 22:16:04 +10:00
Lynne
e58097615d
more commenting 2019-01-11 22:15:05 +10:00
Lynne
adbf6527e2
removed unused legacy code 2019-01-11 22:13:23 +10:00