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 17 #8
Open
SharpBit
wants to merge
31
commits into
python-discord:master
Choose a base branch
from
SharpBit: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 17 #8
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
b312786
just add some pass stuff
SharpBit 31fe5d8
Merge pull request #1 from discord-python/master
SharpBit f92cf5e
some startup stuff
SharpBit d04759c
Merge branch 'master' of https://github.com/SharpBit/code-jam-1
SharpBit 91cfb2d
fix bs4 req
SharpBit 6dd7aef
remove that
SharpBit c865044
right thing to run
SharpBit e830c95
create the soup from the info source
SharpBit 80273f6
rough estimate of what it should look like
SharpBit 36ace30
@pikuhana can u do something
SharpBit 9816692
Merge pull request #2 from discord-python/master
SharpBit 2d743c8
Use image from OGP tag, remove unused methods.
jchristgit b77b7fe
test
SharpBit 49f5251
Merge branch 'master' of https://github.com/SharpBit/code-jam-1
SharpBit f915d90
image (most work) and description
SharpBit a552543
Attach URL and location map.
jchristgit 3234d57
did you know command
SharpBit 3f56b6c
remove map image for now
SharpBit dfd3175
if python: send language
SharpBit 0ff0f42
Fix location map image URL.
jchristgit ddc6e4e
Still more bugs...
SharpBit 9edf8c9
Added a TicTacToe game stub.
jchristgit 97e0e9d
fix some requests and travis stuff
SharpBit adafa48
redo the bot.get python
SharpBit 7033463
Revert "Added a TicTacToe game stub."
jchristgit cca57c4
completely remove
SharpBit 3f91775
fix flake8 linting import order
SharpBit b712a24
map region works all the time!
SharpBit 5850ddb
success rate of images has gone up!
SharpBit 256d4e1
fix flake8
SharpBit 0854cb1
fix requested changes
SharpBit 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
ALT_IMG_SELECTOR = ( | ||
'#wsite-content > div:nth-of-type(2) > div > div > table > ' | ||
'tbody > tr > td:nth-of-type(1) > div:nth-of-type(5) > div > a > img' | ||
) | ||
|
||
DID_YOU_KNOW_SELECTOR = ( | ||
'#wsite-content > div:nth-of-type(2) > div > div > table > ' | ||
'tbody > tr > td:nth-of-type(2) > div:nth-of-type(1)' | ||
) | ||
|
||
SNAKE_IMG_SELECTOR = ( | ||
'#wsite-content > div:nth-of-type(2) > div > div > table > ' | ||
'tbody > tr > td:nth-of-type(1) > div:nth-of-type(4) > div > div > ' | ||
'table > tbody > tr > td:nth-of-type({0}) > div > div > a > img' | ||
) | ||
|
||
SCIENTIFIC_NAME_SELECTOR = ( | ||
"#wsite-content > div:nth-of-type(1) > div > div > " | ||
"table > tbody > tr > td:nth-of-type(1) > div:nth-of-type(2)" | ||
) | ||
|
||
SNEK_MAP_SELECTOR = ( | ||
"#wsite-content > div:nth-of-type(2) > div > div > table > " | ||
"tbody > tr > td:nth-of-type(2) > div:nth-of-type({0}) > div > a > img" | ||
) |
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.
Probably a bit user-unfriendly, but it's fine in this case. :P
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.
still mentionable /shrug