1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Casey 1b3a0bbe0b
Added blockquote element to node_to_plaintext 2023-05-10 12:33:33 +03: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 d740ddb0b1
Version bump 2023-05-09 18:46: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 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 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 8b7c381870
BaseIntegration.__call__ → BaseIntegration() 2022-08-29 10:34:23 +03:00
Casey f048cf07a9
FILTERS!!! AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2022-08-29 10:28:51 +03:00
Casey ae8a1ddf34
The Beginning Of Filters
Also Flake8 cleanup and other stuff
2022-08-27 14:27:42 +03:00
Casey 8088cca8f0
Added polls and reconnect. Closes #1 & #7, I hope- 2022-08-26 18:37:36 +03:00
Casey a8b413a632
Changed folder name +TODO 2022-08-24 08:28:18 +03:00
Renamed from mastoreposter/__init__.py (Browse further)