aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/wikipedia.py (follow)
Commit message (Expand)AuthorAgeLines
* Don't use enums for wikipedia error messages, use brackets instead of '\' for...Gravatar Shivansh-0072021-02-25-27/+22
* Add log.info() statement if the wikipedia api request status code is not 200Gravatar Shivansh-0072021-02-23-0/+1
* Improve wikipedia command to send a snippet of wikipedia article and use pagi...Gravatar Shivansh-0072021-02-22-92/+76
* Changed Wikipedia to WikipediaSearchGravatar Anubhav2020-09-22-2/+2
* Changed WikipediaCog-> WikipediaGravatar Anubhav2020-09-22-2/+2
* changed List[str]->Optional[List[str]]Gravatar Anubhav16032020-09-22-2/+2
* handled exceptiom of ContentTypeError at search_wikipediaGravatar Anubhav16032020-09-22-9/+12
* corrected value error msgGravatar Anubhav16032020-09-21-1/+1
* Update bot/exts/evergreen/wikipedia.pyGravatar Anubhav2020-09-21-3/+3
* removed s from titleGravatar Anubhav16032020-09-21-1/+1
* removed t.optionalGravatar Anubhav16032020-09-21-2/+2
* changed List[str]->Optional[List[str]]Gravatar Anubhav16032020-09-21-2/+2
* removed extra .Gravatar Anubhav2020-09-21-1/+1
* changed page ->pagesGravatar Anubhav2020-09-21-5/+7
* changing and corrected lintingGravatar Anubhav16032020-09-21-4/+3
* Merge branch 'master' of github.com:Anubhav1603/seasonalbotGravatar Anubhav16032020-09-21-7/+8
|\
| * changed f_wiki_urls -> f_wiki_urlGravatar Anubhav2020-09-21-4/+3
| * made code more readableGravatar Anubhav2020-09-21-0/+2
| * Update bot/exts/evergreen/wikipedia.pyGravatar Anubhav2020-09-21-1/+1
| * Removed the title_no_underscore list with titlesGravatar Anubhav2020-09-21-1/+1
| * changed titles_no_underscore -> titlesGravatar Anubhav2020-09-21-1/+1
* | applied optional to correct functionGravatar Anubhav16032020-09-21-2/+2
* | changed log.info(e)-> log.info(f'Caught exception {e}, breaking out of retry ...Gravatar Anubhav16032020-09-21-1/+1
* | changed List[str]->Optional[List[str]]Gravatar Anubhav16032020-09-21-1/+1
|/
* Changed List[str]->Optional[List[str]]Gravatar Anubhav2020-09-21-3/+1
* changed chance_left -> retry_count, and tweak the code according to pureGravatar Anubhav16032020-09-20-32/+29
* removed while loop and added for loopGravatar Anubhav16032020-09-20-25/+30
* added static method and added genrator expression and list comprehensionGravatar Anubhav16032020-09-20-11/+11
* corrected typoGravatar Anubhav16032020-09-17-1/+1
* Merge branch 'master' of github.com:Anubhav1603/seasonalbotGravatar Anubhav16032020-09-17-6/+4
|\
| * Removed unnecessary passGravatar Anubhav2020-09-17-3/+1
| * changed title is None to not titlesGravatar Anubhav2020-09-17-1/+1
| * Corrected grammerGravatar Anubhav2020-09-17-1/+1
| * Changed len(searched_result)-> searched resultGravatar Anubhav2020-09-17-1/+1
* | corrected doc string ,changed l_of_list to titles_len and add author channel ...Gravatar Anubhav16032020-09-17-6/+6
|/
* corrected typoGravatar Anubhav16032020-09-08-1/+1
* corrected typoGravatar Anubhav16032020-09-08-1/+1
* corrected typoGravatar Anubhav16032020-09-08-3/+3
* Update bot/exts/evergreen/wikipedia.pyGravatar Anubhav2020-09-08-1/+1
* corrected 0 option error,now wikipedia chance is not hardcodedGravatar Anubhav16032020-09-08-12/+15
* Merge branch 'master' of github.com:Anubhav1603/seasonalbotGravatar Anubhav16032020-09-08-1/+1
|\
| * Corrected typoGravatar Anubhav2020-09-07-1/+1
* | made two variable of responseGravatar Anubhav16032020-09-08-2/+2
|/
* changes chance var to chancesGravatar Anubhav16032020-09-07-25/+35
* Corrected grammerGravatar Anubhav2020-09-06-1/+1
* corrected error msg of index errorGravatar Anubhav16032020-09-06-1/+1
* solved merge conflictGravatar Anubhav16032020-09-06-2/+2
|\
| * changed final to titles_no_underscoreGravatar Anubhav2020-09-05-1/+1
* | corrected index error and solve issue spam issue of wiki commandGravatar Anubhav16032020-09-06-9/+19
* | corrected indexing problemGravatar Anubhav16032020-09-06-1/+5
|/