aboutsummaryrefslogtreecommitdiff
path: root/modules/imgur.py
Commit message (Collapse)AuthorAgeFilesLines
* add `cookies` and `.json()` to utils.http.Response objectsGravatar jesopo2019-11-251-16/+12
|
* "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 /meGravatar jesopo2019-06-161-2/+2
| | | | closes #68
* 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 ↵Gravatar Dan2019-02-241-12/+8
| | | | breaks between definitions. Remove _imgur def and hook straight into code.
* Update imgur.pyGravatar dngfx2019-02-241-3/+1
| | | Remove debug logging cruft
* Update imgur.pyGravatar dngfx2019-02-241-3/+101
| | | Add auto-imgur for auto linking of imgur and make the linking a bit fancier.
* 'utils.http.get_url' -> 'utils.http.request', return a Response object fromGravatar jesopo2018-12-111-6/+6
| | | | utils.http.request
* Check if a url is a gallery first, 'event' -> 'data' typo, actually return fromGravatar jesopo2018-10-311-8/+11
| | | | _prefix
* 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_urlGravatar jesopo2018-10-311-1/+1
| | | | to be a set, not a dict. (',' -> ':')
* 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