Commit Graph

53 Commits

Author SHA1 Message Date
f26853cdb5 Fixed tag bug 2022-10-12 15:28:33 -07:00
bf47ecf36d Updated documentation 2022-10-11 23:30:16 -07:00
76185a2ba4 Updated to use 2d matrix for post setting 2022-10-11 23:11:48 -07:00
0e82467772 Updated to use 2d matrix for post setting 2022-10-11 23:09:02 -07:00
e84c82067d Added cron script 2022-10-11 23:08:38 -07:00
d382aac549 Readded general post exception 2022-10-09 22:58:26 -07:00
dc59b928a0 Minor update 2022-10-09 22:29:45 -07:00
70a6dbde22 Added konachan backend 2022-10-09 22:15:52 -07:00
8df71daa74 Added gelbooru backend 2022-10-09 22:15:35 -07:00
8ce1c4bbaa Refactored the way modules are dynamically imported 2022-10-09 22:15:09 -07:00
2dd89995e1 Removed hardcoded url 2022-10-09 22:14:27 -07:00
d2378a1e5b Updated to include additional backends 2022-10-09 22:12:30 -07:00
9ed2fb63f4 Minor update 2022-10-09 13:59:20 -07:00
59223a02be Minor update 2022-10-09 13:30:27 -07:00
14c3708627 Minor update 2022-10-09 13:24:18 -07:00
adb52b817c Updated to reflect scheduling posts with cron 2022-10-09 13:16:59 -07:00
8ebca294b0 Removed timer setting. Added banned tags 2022-10-08 23:43:44 -07:00
f07afc254f Removed built-in timers. Use cron to schedule posts 2022-10-08 17:37:03 -07:00
e8a083c11d Simplified encryption logic 2022-10-08 17:34:51 -07:00
6d34b40b9c Updated to return exit code from bot 2022-10-08 17:33:03 -07:00
6bd67334a9 Simplified posting logic 2022-09-29 13:29:54 -07:00
1b6a032324 Updated variable name 2022-09-29 01:19:24 -07:00
674b5767ff Refactored how parameters are passed to backend 2022-09-29 01:17:07 -07:00
a2571d5a06 Removed unused setting 2022-09-14 23:11:25 -07:00
049b2554ff Changed how parameteres are passed to backend 2022-09-01 18:58:51 -07:00
ed44b50414 Added function to validate file size before returning post 2022-09-01 18:58:09 -07:00
4b466f206c Updated readme. 2022-09-01 11:38:26 -07:00
f831e0e5d9 Added max file size feature 2022-09-01 01:17:02 -07:00
3431f33e80 Removed unused variables 2022-09-01 01:16:30 -07:00
f9e26ed9f5 Removed unused switch that could cause a crash. 2022-09-01 00:06:24 -07:00
def0d40fa7 Spelling 2022-08-31 20:26:54 -07:00
910a2aee90 Spelling 2022-08-31 20:23:31 -07:00
8831a80ebb Added documentation 2022-08-31 20:18:02 -07:00
2b0a6befe6 Updated GPL header and comments 2022-08-31 19:22:23 -07:00
037e133759 Fixed output logic 2022-08-31 01:22:42 -07:00
068937803e Change function parameter names. Updated dictionary keys to match backend return value 2022-08-30 22:31:41 -07:00
2b77c1360a Increased posts.json limit and now returns full profile dictionary 2022-08-30 22:29:13 -07:00
9b8f179a91 Changed order of post settings 2022-08-30 22:27:47 -07:00
efa84c6bae Removed unused variables 2022-08-30 15:28:14 -07:00
db5d8cfc5a Updated to include optional explicit rating 2022-08-30 15:28:03 -07:00
5ff564326e Refactored, image validation is on the backend 2022-08-30 15:18:02 -07:00
8b31de29f6 Fetches multiple posts at once, improves performance 2022-08-30 15:17:27 -07:00
79c099cdf1 Additional exception handling 2022-08-30 00:34:14 -07:00
2475241f21 Refactored and improved exception handling 2022-08-30 00:16:50 -07:00
71f321c6f9 Refactored and improved readability 2022-08-30 00:15:51 -07:00
40c75ab624 Removed unused exception 2022-08-30 00:14:33 -07:00
a266c44b0b Added support for nsfw messages 2022-08-29 15:18:03 -07:00
ad231997a5 Added support for mime checking and nsfw message 2022-08-29 15:15:57 -07:00
bfaaa50117 Refactored to make fetching and downloading posts seperate 2022-08-29 15:15:09 -07:00
8fb4da20ad Added dependency for python-magic 2022-08-29 15:14:09 -07:00