This repository was archived by the owner on Mar 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Team 13 #10
Open
schwartzadev
wants to merge
54
commits into
python-discord:master
Choose a base branch
from
schwartzadev:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Team 13 #10
Changes from 28 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
0aa95cb
Merge pull request #1 from discord-python/master
schwartzadev c2505ce
add preliminary snake 'get' command
schwartzadev 8c25449
allow user input for snake names
schwartzadev e3f0c70
change imports order, index format string
schwartzadev 611501f
add interim fancy message formatting, handle special python case
schwartzadev 85bb282
add snake to query string for images
schwartzadev 243b51f
add list of snake facts, sources files
schwartzadev b4e6468
update sources
schwartzadev cea4cf3
add snake fact command
schwartzadev 3a37252
clean up code - type hinting, spelling, URL formatting, etc. (thanks …
schwartzadev 6602d02
fix broken URL
schwartzadev 62401e5
resolve PEP E226
schwartzadev 7f63f4f
implement more of @1mn's suggestions
schwartzadev 0137051
use the snake emoji
schwartzadev 1e710db
integrate with the API - thanks @prithajnath - remove message from re…
schwartzadev 5844b02
Merge pull request #2 from discord-python/master
schwartzadev 3656c01
Add search endpoint and auth headers
prithajnath 48f8de4
Merge pull request #3 from discord-python/master
schwartzadev bf2f9ea
remove repetitive embed code, fix linting errors (hopefully!)
schwartzadev d8a26ba
resolve flake8 - P103
schwartzadev 9c8a9f4
resolve linting issues
schwartzadev 697f557
implement random api endpoint
schwartzadev 0951f92
implement titlecase for common and scientific names, remove unused al…
schwartzadev 544bed5
return number of matches in searches, add handling of searches with 0…
schwartzadev a2255e7
add qwant api in favor of unsplash, including handling for small numb…
schwartzadev 9b2f8d0
rm prints
schwartzadev f30abab
Merge pull request #4 from schwartzadev/qwant-images
schwartzadev 48f2584
add newline between imports (I201) for linting
schwartzadev e5901b6
Add APIs used
prithajnath 5770c79
Add some GIFs for facts
prithajnath 259c5a6
linting updates
schwartzadev 2d45b2f
add list of zen python sayings
schwartzadev 6776264
use response.json() for qwant access
schwartzadev 03f9b61
handle snakes without a location, reduce variance in photos to three …
schwartzadev a27582a
Add cat input for GIF
prithajnath e2d556b
start video command - needs formatting work for embed
schwartzadev 003ace9
remove embed (Discord is finnicky), fix command format
schwartzadev 2366c43
update docstring for get
schwartzadev ea31798
update video docstring
schwartzadev a9f8863
fix get_video_json docstring
schwartzadev 01c701b
Add Zen of Python
prithajnath 9d28fa3
Merge pull request #6 from schwartzadev/video-command
prithajnath c98bc6e
Merge branch 'master' into prithaj_gif_categories
schwartzadev d2482b2
Merge pull request #5 from schwartzadev/prithaj_gif_categories
schwartzadev f1b7a2c
Add alias for this
prithajnath ff361b8
Add descp for zen
prithajnath 13937c1
Merge branch 'prithaj_zen_of_python' of https://github.com/schwartzad…
schwartzadev 3279319
lint, fix spelling
schwartzadev e0d2bf2
lint, fix spelling
schwartzadev 361cc45
Merge pull request #7 from schwartzadev/prithaj_zen_of_python
schwartzadev ac33379
Merge branch 'master' of https://github.com/schwartzadev/code-jam-1
schwartzadev 375f4bc
fix arguments, lint, and format for get_snek_fact
schwartzadev 71a0f44
linting
schwartzadev 99f00f2
add information about credentials
schwartzadev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's loads of extra spaces in this file now. Did you edit it by hand?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope - this happened automatically when I installed the
titlecasepackage