Commit graph

  • 02343668b8
    add an option to avoid creating fake mentions Lynne 2019-04-29 14:21:46 +1000
  • 99d1d13fbf
    handle cfg defaults better Lynne 2019-04-29 13:59:37 +1000
  • 48faf4d3b3
    Merge pull request #14 from lfuelling/master Lynne 2019-02-26 18:13:43 +1000
  • c0cf42a41a add config option to filter for language Lukas Fülling 2019-02-25 19:30:40 +0100
  • b00af91305
    fixed CW stuff Lynne 2019-02-25 11:28:05 +1000
  • 7a337e0fc6
    removed unecessary break Lynne 2019-02-25 11:22:01 +1000
  • 46792f699f
    remove webfingering wikipedia link Lynne 2019-02-25 11:18:38 +1000
  • 2cecfd42a5
    added support for learning from CW'd posts Lynne 2019-02-25 11:17:06 +1000
  • 5dfd167bc0
    hopefully fixed #13 by auto converting to ASCII Lynne 2019-02-23 10:34:22 +1000
  • d7c69c83f0
    Merge pull request #11 from QBFreak/master Lynne 2019-02-23 10:25:36 +1000
  • 64b49da4eb
    Merge branch 'master' into master Lynne 2019-02-23 10:25:15 +1000
  • 0e01d5d8ec
    Merge pull request #12 from SneakyBastardSword/master Lynne 2019-02-23 10:23:23 +1000
  • 4438d797e7
    use config.sample.json if config.json doesn't exist Lynne 2019-02-21 13:37:45 +1000
  • 20c3df5393 fixed tabs i think hopefully Lucina Wilton 2019-02-07 10:45:44 -0500
  • f71c4af0e6 precompiled regexes used inside of loop Lucina Wilton 2019-02-07 10:27:52 -0500
  • 910af03aef added vim swapfiles to gitignore Lucina Wilton 2019-02-07 10:27:24 -0500
  • 0d162b067b
    webfinger is NOT a joke. Lynne 2019-02-07 10:58:27 +1000
  • 5d62b17310
    removed hacky solution, added misskey support Lynne 2019-02-07 10:53:23 +1000
  • 213c40351d
    only use 10k toots rather than all of them to avoid having Too Many Toots Lynne 2019-01-14 08:38:54 +1000
  • a218e07022
    oops i forgot to pull before doing a bunch of stuff Lynne 2019-01-11 23:11:18 +1000
  • 66899c8226
    added instance blacklist Lynne 2019-01-11 23:08:53 +1000
  • 4530a9729f
    made config.json prettier Lynne 2019-01-11 23:07:10 +1000
  • 0141b513a9
    minor fix Lynne 2019-01-11 23:05:45 +1000
  • 2e0bf28c8e
    funy coment Lynne 2019-01-11 23:02:36 +1000
  • 9bbd659bf5
    main.py now uses functions.py's extract_toot func Lynne 2019-01-11 22:58:17 +1000
  • 3e3f905839
    removed unused import of random Lynne 2019-01-11 22:57:18 +1000
  • c2997ae0d1
    fixed a silly mistake, fixed " and ' stuff Lynne 2019-01-11 22:56:35 +1000
  • de3449ae56
    added extract_toot function to functions.py Lynne 2019-01-11 22:55:31 +1000
  • 85fec32c83
    renamed create.py to functions.py Lynne 2019-01-11 22:47:42 +1000
  • 0a66c1db51
    added my @ to the error message Lynne 2019-01-11 22:16:04 +1000
  • e58097615d
    more commenting Lynne 2019-01-11 22:15:05 +1000
  • adbf6527e2
    removed unused legacy code Lynne 2019-01-11 22:13:23 +1000
  • 829cf82880
    added .vscode to .gitignore Lynne 2019-01-11 22:12:31 +1000
  • 480c425b82
    easier to understand logging Lynne 2019-01-11 22:08:10 +1000
  • 4004104766
    better commenting, handle missing config.json fields Lynne 2019-01-11 22:05:29 +1000
  • 56a5a3fff5 Fixes for Pleroma: Empty strings mean no CW, oi['object']['id'] compares to uri field in db QBFreak 2018-12-29 18:58:43 -0500
  • 6393ccb9e0
    removed deploy button because it doens't work Lynne 2018-12-28 20:32:10 +1000
  • e48ce83b02
    removed unnecessary todo Lynne 2018-12-12 15:44:22 +1000
  • 0625086b4c
    ??? Lynne 2018-12-12 15:42:33 +1000
  • dd7a4efd95
    Merge pull request #6 from moggers87/editorconfig Lynne 2018-12-05 12:56:12 +1000
  • 5d7fe7a80c
    Merge pull request #4 from BenLubar/content-warning Lynne 2018-12-05 12:55:05 +1000
  • 4653fb2cd2
    oops forgot to add the app.json Lynne 2018-12-05 12:48:33 +1000
  • ee6ba49db1
    WIP heroku support Lynne 2018-12-05 12:45:03 +1000
  • e07d612e30
    less indentified Lynne 2018-11-29 05:36:05 +1000
  • ad707fda96
    actually use ZWS instead of RLE Lynne 2018-11-27 21:29:50 +1000
  • 978308736a
    Merge branch 'master' of https://github.com/Lynnesbian/mstdn-ebooks Lynne 2018-11-27 21:29:02 +1000
  • 570f7d265e
    better description for the guide Lynne 2018-11-26 15:47:34 +1000
  • b9736c7132
    use new link for ebooks guide thingy Lynne 2018-11-26 15:46:19 +1000
  • 3fc414893a EditorConfig config Matt Molyneaux 2018-11-24 23:49:36 +0000
  • 35b5408072
    Add support for content warnings on posts. Ben Lubar 2018-11-24 13:13:02 -0600
  • 1dd9a7ad35
    less memey error message Lynne 2018-11-22 15:47:26 +1000
  • 96fd7ed430
    Merge pull request #3 from BenLubar/dockerfile Lynne 2018-11-15 05:35:02 +1000
  • e6a30416a0
    Add a Dockerfile. Ben Lubar 2018-11-14 00:38:07 -0600
  • b70d99618f
    Update README.md Lynne 2018-11-13 13:41:33 +1000
  • ce965605ce removed debug message Lynne 2018-11-13 12:00:42 +1000
  • 537dd7993b restored friendly error messages Lynne 2018-11-09 21:50:36 +1000
  • 26541940b7 had a proper look at the code and fixed it for realsies this time. i'm a dunce. Lynne 2018-11-09 21:49:33 +1000
  • 1940175f19 okay this should really have fixed it now Lynne 2018-11-09 21:26:37 +1000
  • a16c32ac2e fixed a bug that broke mastodon compatibility Lynne 2018-11-09 21:22:58 +1000
  • bae9c69d17 bots now work properly with pleroma! Lynne 2018-11-07 15:39:12 +1000
  • 1ec058027c only skip failing users, added windows compatibility Lynne 2018-11-01 15:27:03 +1000
  • 11e7a1ff88 request notification reading permission Lynne 2018-10-29 14:36:21 +1000
  • 33ea8fe830 fixed another possibility for the bots to get stuck Lynne 2018-10-29 11:23:01 +1000
  • f39fbc9c67 bots should no longer get stuck in a loop forever Lynne 2018-10-29 06:28:56 +1000
  • 8bc97a0203 better visibility handling Lynne 2018-10-27 23:25:46 +1000
  • 0c97743ffd added a timeout Lynne 2018-10-27 22:07:38 +1000
  • eeba1c9066 fix for pleroma Lynne 2018-10-27 18:28:20 +1000
  • a1324acfba why am i so bad at everything Lynne 2018-10-27 16:43:45 +1000
  • 62e20ee6ae removed mentioning users at the start of a toot Lynne 2018-10-26 20:16:40 +1000
  • 9e6930ffad
    fixed once and for all Lynne 2018-10-26 11:35:14 +1000
  • 778b968189
    i'm such a dunce, fixed bot replies Lynne 2018-10-26 11:21:51 +1000
  • a3fb1ba111 fixed it for real this time oops Lynne 2018-10-26 00:35:25 +1000
  • 63fa34b6c7 fixed a huge bug Lynne 2018-10-26 00:33:57 +1000
  • 19899cafee Version 2.0, with vastly improved toot fetching capabilities! Lynne 2018-10-25 12:37:11 +1000
  • 3d059d0b9b added missing file Lynne 2018-10-15 00:59:00 +1000
  • e4d661caa6 added config.json to make changing api base url easier Lynne 2018-10-14 16:58:58 +1000
  • 2858e7c960
    Oops! Wrong Name! Lynne 2018-10-11 12:27:49 +1000
  • 1dfc5e3f80
    link back the original source code Lynne 2018-10-11 12:27:32 +1000
  • 50deebe030
    Update README.md Lynne 2018-10-11 12:24:58 +1000
  • 966df4aeac
    Update requirements.txt Lynne 2018-10-11 12:21:44 +1000
  • be003a6000 initial commit Lynne 2018-10-09 11:11:51 +1000