index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/upload-artifact-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pillow-11.2.1
dependabot/uv/pillow-12.0.0
main
reorder-hacktoberfest-commands
revert-1432-dependabot/pip/emoji-2.10.0
shenanigansd-patch-1
sim_matches
use-botcore-command-error-manager
A mirrored copy of the python-discord/sir-lancebot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bot
/
exts
/
evergreen
/
wikipedia.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
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
|
*
Corrected grammer
Anubhav
2020-09-17
-1
/
+1
|
*
Changed len(searched_result)-> searched result
Anubhav
2020-09-17
-1
/
+1
*
|
corrected doc string ,changed l_of_list to titles_len and add author channel ...
Anubhav1603
2020-09-17
-6
/
+6
|
/
*
corrected typo
Anubhav1603
2020-09-08
-1
/
+1
*
corrected typo
Anubhav1603
2020-09-08
-1
/
+1
*
corrected typo
Anubhav1603
2020-09-08
-3
/
+3
*
Update bot/exts/evergreen/wikipedia.py
Anubhav
2020-09-08
-1
/
+1
*
corrected 0 option error,now wikipedia chance is not hardcoded
Anubhav1603
2020-09-08
-12
/
+15
*
Merge branch 'master' of github.com:Anubhav1603/seasonalbot
Anubhav1603
2020-09-08
-1
/
+1
|
\
|
*
Corrected typo
Anubhav
2020-09-07
-1
/
+1
*
|
made two variable of response
Anubhav1603
2020-09-08
-2
/
+2
|
/
*
changes chance var to chances
Anubhav1603
2020-09-07
-25
/
+35
*
Corrected grammer
Anubhav
2020-09-06
-1
/
+1
*
corrected error msg of index error
Anubhav1603
2020-09-06
-1
/
+1
*
solved merge conflict
Anubhav1603
2020-09-06
-2
/
+2
|
\
|
*
changed final to titles_no_underscore
Anubhav
2020-09-05
-1
/
+1
*
|
corrected index error and solve issue spam issue of wiki command
Anubhav1603
2020-09-06
-9
/
+19
*
|
corrected indexing problem
Anubhav1603
2020-09-06
-1
/
+5
|
/
[next]