Merge pull request #161 from crock/add-steamgroup-support

Added Steam Group support, Added .idea dir to .gitignore
pull/322/head
Christopher Kent Hoadley 6 years ago committed by GitHub
commit d35675457d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -1,8 +1,9 @@
# Virtual Environment
venv/
# vscode
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/

@ -726,6 +726,15 @@
"url": "https://steamcommunity.com/id/{}",
"urlMain": "https://steamcommunity.com/"
},
"SteamGroup": {
"errorMsg": "No group could be retrieved for the given URL",
"errorType": "message",
"rank": 162,
"url": "https://steamcommunity.com/groups/{}",
"urlMain": "https://steamcommunity.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"StreamMe": {
"errorType": "status_code",
"rank": 20104,

Loading…
Cancel
Save