1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2025-01-13 04:13:20 +00:00
Commit graph

51 commits

Author SHA1 Message Date
Myned
186bb0f68f Removed unneeded main folder 2017-12-05 06:34:43 -05:00
Myned
8c377d6a20 Changed type parameter to kind to avoid conflicts 2017-12-05 01:50:44 -05:00
Myned
c288adcfe6 Removed branch identifier for UA header 2017-12-05 01:50:13 -05:00
Myned
3b4d5257fe Added default startup value to temp.pkl 2017-12-05 01:49:16 -05:00
Myned
0810c98cc6 Changed import alias to gpm 2017-12-05 01:48:52 -05:00
Myned
b348814fe0 Changed string boolean to boolean 2017-12-01 19:28:13 -05:00
Myned
e6a098c211 WIP selfbot config option 2017-12-01 18:07:57 -05:00
Myned
80cb054023 Moved settings.pkl to misc and temp.pkl to temp (requires deletion) 2017-11-20 08:44:56 -05:00
Myned
7caf76d84f Removed auto_qual from task list (requires task file deletion) 2017-11-20 02:14:34 -05:00
Myned
3705d11c19 Added check for filesize before requesting from iqdb 2017-11-20 02:14:16 -05:00
Myned
916f4eb782 Added helper for aspect ratio 2017-11-19 23:29:24 -05:00
Myned
ea48d7c6bf WIP confidence intervals for suggested tags 2017-11-19 23:29:05 -05:00
Myned
293f2c6f5f Finished generate_embed helper 2017-11-19 23:03:04 -05:00
Myned
5bb47547bd Added lastcommand 2017-11-19 22:55:28 -05:00
Myned
c5a2480cb7 Addition to WIP report command commit 2017-11-06 02:04:17 -05:00
Myned
3f41ce2d7c WIP cross-server reporting command 2017-11-06 01:57:44 -05:00
Myned
61e60d1c56 Added global color 2017-11-06 01:56:52 -05:00
Myned
9c2804b562 Commented out pync macOS notifier for cross-compatibility 2017-11-06 01:56:05 -05:00
Myned
e74a3b0bc3 Optimized arg cleaning 2017-10-28 15:40:14 -04:00
Myned
6ee7a251d4 Removed redundant global definition 2017-10-28 15:39:04 -04:00
Myned
894cbf8687 Tweaked UA header 2017-10-21 16:38:49 -04:00
Myned
8a0ba12f20 Added prefixes dict to settings file 2017-10-20 16:23:01 -04:00
Myned
c1a0f5850d User-Agent tweak 2017-10-20 16:22:14 -04:00
Myned
dc63ec794e isdigit() 2017-10-20 16:20:47 -04:00
Myned
e927ccca9d Added "LOADED :" 2017-10-20 16:20:33 -04:00
Myned
d137ad40b1 Compressed try/excepts into a suppressing for loop 2017-10-19 04:39:18 -04:00
Myned
b1e189c335 Added m, prefix 2017-10-17 20:46:43 -04:00
Myned
389469bfbb Import error 2017-10-17 20:28:56 -04:00
Myned
09b456faf3 Hopefully fixed the various conceptual errors qwq 2017-10-17 20:13:40 -04:00
Myned
6f38e0bc8e 4 space > 2 space 2017-10-17 19:04:45 -04:00
Myned
f4da3c6705 Should fix improper returns 2017-10-17 19:04:34 -04:00
Myned
5ea671d764 Temp fix for temp folder not being created 2017-10-17 18:10:00 -04:00
Myned
1cc3a3736e Should fix wrong error catching 2017-10-17 18:04:43 -04:00
Myned
4d6659d167 Helper method for cleaning command args, implicit truth tweak 2017-10-17 17:59:44 -04:00
Myned
5faf0eb5f5 Changed global rate limit to 2.2 from 2.1 2017-10-16 23:47:35 -04:00
Myned
5b4825954d Placeholder auto_rev command 2017-10-16 18:49:32 -04:00
Myned
e139ad7106 Added subject-to-change restart reaction to invocation ctx, info_channel 2017-10-16 16:52:54 -04:00
Myned
e1a582be05 Added json functionality to helper methods 2017-10-16 14:06:31 -04:00
Myned
d8d4b85074 Added auto_rev 2017-10-16 03:26:47 -04:00
Myned
5c453cad41 Commented out unused code, WIP embed generator 2017-10-16 02:06:08 -04:00
Myned
bfc39d7a99 WIP task cancellation on loop close, formatting 2017-10-15 12:58:16 -04:00
Myned
b284bf837c Shortened u.tasks to not include the cog 2017-10-15 02:13:28 -04:00
Myned
3c55f9bb05 Added settings.pkl for del_ctx checks 2017-10-14 23:40:56 -04:00
Myned
9a1d225b9b Fixed r.read() raising ClientConnectionError
Context manager was closing the request before methods could be run on it
2017-10-14 22:37:57 -04:00
Myned
cecd1f3abc Changed session pool to be active only when needed
(issues arose with a globally active session)
2017-10-14 21:53:55 -04:00
Myned
225bebff0a Removed redundant "./" from file declarations, changed d.errors to err. 2017-10-14 15:28:00 -04:00
Myned
0777573193 Formatting, startup logic changes 2017-10-13 23:59:14 -04:00
Myned
efd035fce5 Moved config file creation and loading into utils 2017-10-13 23:38:27 -04:00
Myned
a905f3b945 Renamed background.pkl to tasks.pkl 2017-10-13 01:23:47 -04:00
Myned
af9ed570a2 autopep8, aiohttp session methods 2017-10-12 22:30:07 -04:00