1
0
Fork 0
Commit Graph

81 Commits

Author SHA1 Message Date
Vftdan d999ca14c4
Add an ability to manually run mastoposter on single status urls 2024-07-01 15:30:48 +02:00
Vftdan 37c1052b39
Add connect-timeout config option 2024-06-11 20:01:43 +02:00
Vftdan fac1e46859 Merge remote-tracking branch 'origin/master' into log-websocket-connection 2024-06-11 19:42:10 +02:00
Vftdan 3e82b5c979
Set websocket open timeout to 1 minute and log attempts 2024-06-08 17:03:38 +02:00
Casey 624998817b
Added option to post replies anyways
Also reformatting because I forgot
2024-06-08 16:32:04 +03:00
Casey 2ddb2639bf
Print every received event in debug mode 2023-07-03 17:03:20 +03:00
Casey 8d91d619dd
Workaround for wrong redirects on some instances 2023-07-02 20:51:48 +03:00
Casey 686cfced29
Allowed "all" to be used as user selector 2023-07-02 20:45:19 +03:00
Casey 09cc8deb37
Version bump 2023-06-17 00:54:45 +03:00
Casey cea0af44ba
Apparently that squishes some things together 2023-05-15 10:00:35 +03:00
Casey 291a8b8643
More logs? 2023-05-13 21:50:11 +03:00
Casey 18b47f6866
Added media limit 2023-05-13 21:47:40 +03:00
Casey db100c0f7e
Text node processor, typo fixes, text2* cli program 2023-05-13 09:33:21 +03:00
Casey 32d7784276
Reworked node_to_* functions 2023-05-13 08:45:46 +03:00
Casey 1b3a0bbe0b
Added blockquote element to node_to_plaintext 2023-05-10 12:33:33 +03:00
Anna “CyberTailor” a8129d2a88
Fix numeration in node_to_plaintext 2023-05-10 14:27:12 +05:00
Anna “CyberTailor” 81a8f6b039
Fix pyproject metadata
* Fix description
* Fix bs4 dep (lxml support is needed)
* Set minimum Python version to 3.8 (for := operator)
2023-05-10 14:15:56 +05:00
Casey 76b2241a82
Updated pyproject.toml, black+mypy 2023-05-10 09:19:22 +03:00
Anna “CyberTailor” cc817f9924
Fixed misplaces ul/ol in node_to_plaintext 2023-05-10 09:14:27 +03:00
Anna “CyberTailor” 65d0cc5b4d
Added argument parser
Just for config file path. Defaults to environment variable
"MASTOPOSTER_CONFIG_FILE".
2023-05-10 07:33:28 +05:00
Casey d740ddb0b1
Version bump 2023-05-09 18:46:16 +03:00
Casey 0f3cac3cbf
Fixed a little issue with classes not being here 2023-05-09 18:42:47 +03:00
Casey 7955120a7c
Added _mfm_blur_ class check 2023-05-08 18:28:43 +03:00
Casey fb7d5b8e44
Removed unused TODO file 2023-05-08 17:35:16 +03:00
Anna “CyberTailor” 9ed31cc5c8
Added packaging (via Flit) 2023-05-08 19:23:20 +05:00
Casey d761cf5951
Added license (closes #29)
Reasnoing behind using GNU GPLv3:
 * Permits modification
 * Permits free distribution
 * Permits private modifications
 * Gives no warranty that this software works or works in an expected
   way
 * No liability for damage (if any is possible)
 * Commonly used in FOSS software
2023-05-08 13:18:44 +03:00
Casey 7f2e87523c
Python moment 2023-03-19 20:09:43 +03:00
Casey b789cc6015
Uh, now it should post every media
In separate messages, if they're incompatible with each other
idk i barely tested it, but it seems to be working
2023-03-07 11:17:46 +03:00
Casey 854bb859ec
Try, try again 2023-03-07 10:26:45 +03:00
Casey 6d3e00ba4a
Fixed regex mode of text filter just NOT WORKING
Apparently, `re.match` checks for the first line ONLY. We have to use
`.search` instead.

Also nuked away that plaintext conversion, we have it in status already
as a property
2023-02-08 19:38:31 +03:00
Casey 8b03ccf44a
Apparently, this exists
And I have no fucking clue how I missed it.
2023-01-28 22:27:08 +03:00
Casey 1632cddcb4
Pythom lomgimng yummy cool... 2023-01-26 13:44:30 +03:00
Casey f3f7bff945
Iiiii fucked up. Again. 2023-01-20 13:22:23 +03:00
Casey f8d903b478
Added spoilers (closes #26) 2023-01-20 12:59:42 +03:00
Casey 89658132a0
We all need some space and we hate to <code> 2023-01-13 11:47:40 +03:00
Casey 3753c6a342
Forgot about plaintext 2023-01-13 10:47:23 +03:00
Casey bbc5053cf6
We just need some space 2023-01-13 10:43:48 +03:00
Casey 3fc8a3bcd8
Added ordered list 2023-01-13 10:40:40 +03:00
Casey f3ddb4a1d9
Added unordered lists 2023-01-13 10:36:58 +03:00
Casey a44df7030d
Changed type of `last_status_at` to be nullable 2022-11-12 00:00:14 +03:00
Casey 3904e475a4
MORE. LOGS. 2022-11-02 20:18:31 +03:00
Casey 94f477bc45
Added configurable logging level 2022-11-02 20:11:38 +03:00
Casey bfa0534f6d
uh, more logging? 2022-11-01 14:33:47 +03:00
Casey fd05f39f4a
Changed default level to ERROR, added TG API logs 2022-11-01 13:52:40 +03:00
Casey 95c9a523e0
More logging? 2022-11-01 13:37:47 +03:00
Casey 1ec78d5f53
Forgot to initialize logger 2022-11-01 13:04:31 +03:00
Casey d861b2fe45
Uhh I think I added logging and some other stuff
Yeah so basically now initialization of integrations and filters is
moved to from_section instead of __init__ because muh better imo
2022-11-01 12:55:23 +03:00
Casey dd60de5067
Added more HTML tags 2022-10-11 09:00:37 +03:00
Casey 6b3c48e067
Added proper README 2022-09-23 19:28:08 +03:00
Casey cb4b32fa8b
Added property that removes emojis from the name 2022-09-23 18:31:16 +03:00