| Commit message (Expand) | Author | Age | Lines |
* | Move practical functions into utilities folder | Janine vN | 2021-09-05 | -100/+0 |
* | Removed unecessary annotations. | Xithrius | 2021-09-01 | -2/+1 |
* | Fix type annotations | decorator-factory | 2021-08-31 | -2/+2 |
* | Improve overall code transparency in the Wikipedia Cog | D0rs4n | 2021-08-20 | -3/+1 |
* | Remove unnecessary variables from the Wikipedia cog | D0rs4n | 2021-08-20 | -4/+4 |
* | Adjust code transparency in the Wikipedia Cog | D0rs4n | 2021-08-20 | -2/+1 |
* | Improve code transparency in the Wikipedia Cog | D0rs4n | 2021-08-17 | -1/+0 |
* | Improve code consistency and spacing in the Wikipedia Cog | D0rs4n | 2021-08-17 | -14/+13 |
* | Remove duplicated code, improve consitency in Wikipedia Cog, and error_handler | D0rs4n | 2021-08-08 | -22/+2 |
* | Improve code consitency in Wikipedia Cog,Exceptions, and Error handler | D0rs4n | 2021-08-08 | -9/+6 |
* | Resolve merge conflict | D0rs4n | 2021-08-08 | -4/+33 |
|\ |
|
| * | Improve code consistency in Movie, Wikipedia and Hactoberstats Cogs | D0rs4n | 2021-08-07 | -1/+1 |
| * | Update the Wikipedia Cog to use aiohttp get params | D0rs4n | 2021-08-07 | -4/+13 |
* | | Refactor wiki_request, add External API related error,-handler | D0rs4n | 2021-08-02 | -36/+31 |
* | | Handle Wikipedia API errors and warnings in the Wikipedia Cog | D0rs4n | 2021-08-02 | -22/+33 |
|/ |
|
* | chore: Make all aliases in commands tuples | ToxicKidz | 2021-05-15 | -1/+1 |
* | chore: Prefer double quotes over single quotes | ToxicKidz | 2021-05-04 | -5/+5 |
* | chore(evergreen): format each cog load docstring the same way | vcokltfre | 2021-04-19 | -1/+1 |
* | Don't use enums for wikipedia error messages, use brackets instead of '\' for... | Shivansh-007 | 2021-02-25 | -27/+22 |
* | Add log.info() statement if the wikipedia api request status code is not 200 | Shivansh-007 | 2021-02-23 | -0/+1 |
* | Improve wikipedia command to send a snippet of wikipedia article and use pagi... | Shivansh-007 | 2021-02-22 | -92/+76 |
* | Changed Wikipedia to WikipediaSearch | Anubhav | 2020-09-22 | -2/+2 |
* | Changed WikipediaCog-> Wikipedia | Anubhav | 2020-09-22 | -2/+2 |
* | changed List[str]->Optional[List[str]] | Anubhav1603 | 2020-09-22 | -2/+2 |
* | handled exceptiom of ContentTypeError at search_wikipedia | Anubhav1603 | 2020-09-22 | -9/+12 |
* | corrected value error msg | Anubhav1603 | 2020-09-21 | -1/+1 |
* | Update bot/exts/evergreen/wikipedia.py | Anubhav | 2020-09-21 | -3/+3 |
* | removed s from title | Anubhav1603 | 2020-09-21 | -1/+1 |
* | removed t.optional | Anubhav1603 | 2020-09-21 | -2/+2 |
* | changed List[str]->Optional[List[str]] | Anubhav1603 | 2020-09-21 | -2/+2 |
* | removed extra . | Anubhav | 2020-09-21 | -1/+1 |
* | changed page ->pages | Anubhav | 2020-09-21 | -5/+7 |
* | changing and corrected linting | Anubhav1603 | 2020-09-21 | -4/+3 |
* | Merge branch 'master' of github.com:Anubhav1603/seasonalbot | Anubhav1603 | 2020-09-21 | -7/+8 |
|\ |
|
| * | changed f_wiki_urls -> f_wiki_url | Anubhav | 2020-09-21 | -4/+3 |
| * | made code more readable | Anubhav | 2020-09-21 | -0/+2 |
| * | Update bot/exts/evergreen/wikipedia.py | Anubhav | 2020-09-21 | -1/+1 |
| * | Removed the title_no_underscore list with titles | Anubhav | 2020-09-21 | -1/+1 |
| * | changed titles_no_underscore -> titles | Anubhav | 2020-09-21 | -1/+1 |
* | | applied optional to correct function | Anubhav1603 | 2020-09-21 | -2/+2 |
* | | changed log.info(e)-> log.info(f'Caught exception {e}, breaking out of retry ... | Anubhav1603 | 2020-09-21 | -1/+1 |
* | | changed List[str]->Optional[List[str]] | Anubhav1603 | 2020-09-21 | -1/+1 |
|/ |
|
* | Changed List[str]->Optional[List[str]] | Anubhav | 2020-09-21 | -3/+1 |
* | changed chance_left -> retry_count, and tweak the code according to pure | Anubhav1603 | 2020-09-20 | -32/+29 |
* | removed while loop and added for loop | Anubhav1603 | 2020-09-20 | -25/+30 |
* | added static method and added genrator expression and list comprehension | Anubhav1603 | 2020-09-20 | -11/+11 |
* | corrected typo | Anubhav1603 | 2020-09-17 | -1/+1 |
* | Merge branch 'master' of github.com:Anubhav1603/seasonalbot | Anubhav1603 | 2020-09-17 | -6/+4 |
|\ |
|
| * | Removed unnecessary pass | Anubhav | 2020-09-17 | -3/+1 |
| * | changed title is None to not titles | Anubhav | 2020-09-17 | -1/+1 |