aboutsummaryrefslogtreecommitdiff
path: root/modules/imgur.py
Commit message (Expand)AuthorAgeFilesLines
* "EventsResultsError"->"EventResultsError", move errors to utils.errorGravatar jesopo2019-11-181-1/+1
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-3/+2
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-261-8/+9
* Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68 Gravatar jesopo2019-06-161-2/+2
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+1
* `event["channel"]` -> `event["target"]` (from regex-commands change)Gravatar jesopo2019-05-181-2/+2
* Switch imgur.py to use command.regex systemGravatar jesopo2019-05-181-16/+14
* Minor code stylisation in imgur.pyGravatar jesopo2019-02-251-39/+35
* Update imgur.pyGravatar dngfx2019-02-251-1/+1
* Switch to elifGravatar Dan2019-02-241-1/+1
* Remove superfluous json import and change datetime to match code standards.Gravatar Dan2019-02-241-4/+3
* Remove bold title, set NSFW_TEXT variable, fix bold spacing, fix PEP8 line br...Gravatar Dan2019-02-241-12/+8
* Update imgur.py•••Remove debug logging cruftGravatar dngfx2019-02-241-3/+1
* Update imgur.py•••Add auto-imgur for auto linking of imgur and make the linking a bit fancier.Gravatar dngfx2019-02-241-3/+101
* 'utils.http.get_url' -> 'utils.http.request', return a Response object from•••utils.http.request Gravatar jesopo2018-12-111-6/+6
* Check if a url is a gallery first, 'event' -> 'data' typo, actually return from•••_prefix Gravatar jesopo2018-10-311-8/+11
* Use gallery API endpoint for gallery urlsGravatar jesopo2018-10-311-1/+3
* Support galleries in modules/imgur.pyGravatar jesopo2018-10-311-4/+30
* imgur url hashids aren't always 7 charactersGravatar jesopo2018-10-311-1/+1
* Fix typo in modules/imgur.py that caused `headers` passed to utils.http.get_url•••to be a set, not a dict. (',' -> ':') Gravatar jesopo2018-10-311-1/+1
* REGEX_IMAGE should be a compiled regex!Gravatar jesopo2018-10-311-1/+2
* Add first version of modules/imgur.pyGravatar jesopo2018-10-311-0/+37