aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/stackoverflow.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-88/+0
| | | | | | Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move.
* More explicit importing for `Bot`Gravatar Xithrius2021-09-02-3/+3
|
* Upgrade code transparency in the StackOverflow CogGravatar D0rs4n2021-08-08-2/+2
|
* Update Stackoverflow, Wolfram, movie_generator cogs to use aiohttp get paramsGravatar D0rs4n2021-08-08-4/+9
|
* Change docstringGravatar Vivaan Parashar2021-06-09-1/+1
|
* Remove unecessary ifGravatar Vivaan Parashar2021-06-09-4/+3
|
* remove attribution commentsGravatar Vivaan Parashar2021-06-07-3/+0
|
* Remove user's query from embed titleGravatar Vivaan Parashar2021-06-07-1/+1
|
* use normal string instead of raw stringGravatar Vivaan Parashar2021-06-07-1/+1
|
* stop spamming stackoverflow api in caseGravatar Vivaan Parashar2021-06-07-8/+5
| | | | status code is not 200
* Use reddit emojis for upvote and answersGravatar Vivaan Parashar2021-06-07-2/+2
|
* squish importsGravatar Vivaan Parashar2021-05-13-2/+1
|
* change typehint to bot.BotGravatar Vivaan Parashar2021-05-13-2/+3
|
* remove redundant quoteGravatar Vivaan Parashar2021-05-13-1/+1
|
* change code styleGravatar Vivaan Parashar2021-05-13-9/+13
|
* change docstringGravatar Vivaan Parashar2021-05-13-1/+1
|
* change mods to staffGravatar Vivaan Parashar2021-05-13-1/+1
|
* Update emojisGravatar Vivaan Parashar2021-04-13-3/+1
|
* use emojis and limit tags to 3Gravatar Vivaan Parashar2021-04-13-17/+23
|
* Use a variable for the encoded search query.Gravatar Vivaan Parashar2021-03-31-2/+4
|
* retry until status code is 200Gravatar Vivaan Parashar2021-03-30-5/+41
| | | | and make sure search query isn't very long
* change docstringGravatar Vivaan Parashar2021-02-12-1/+1
|
* change docstringGravatar Vivaan Parashar2021-02-12-1/+1
|
* remove name param in commandGravatar Vivaan Parashar2021-02-12-1/+1
|
* Apply cooldown to all users instead of global cooldown.Gravatar Vivaan Parashar2021-02-11-1/+1
|
* use discord's orange colourGravatar Vivaan Parashar2021-02-11-3/+2
|
* Use sir-lancebot's format. Just import discord.ext.commandsGravatar Vivaan Parashar2021-02-11-7/+7
|
* Add footer to embed.Gravatar Vivaan Parashar2021-02-10-1/+1
|
* Add tags of question and drop the 's' if the score/views are 1.Gravatar Vivaan Parashar2021-02-10-3/+4
|
* Add link of questionGravatar Vivaan Parashar2021-02-10-3/+3
|
* Add stackoverflow cog with answersGravatar Vivaan Parashar2021-02-10-0/+44
NOTE: I am not linking to the question page itself anywhere