Skip to content

Commit

Permalink
Merge pull request #40 from MrTwinkles47/beta
Browse files Browse the repository at this point in the history
Beta to master
  • Loading branch information
MrTwinkles47 committed May 21, 2022
2 parents 48c43e6 + ec1983b commit b78bbda
Show file tree
Hide file tree
Showing 33 changed files with 1,448 additions and 2,015 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ test_files/*
.DS_Store
request_list/images/packs/*
docker/persist/*
client_scrapers/log
client_scrapers/log
client_scrapers/config.php
request_list/config.php
242 changes: 34 additions & 208 deletions README.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions chatbot_other/NightBot_Commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Command: !randomfearmix
User Level: everyone
Response: $(urlfetch https://[URL]/rand_request.php?security_key=[KEY]&broadcaster=$(channel)&user=$(twitch $(user) "{{displayName}}")&userid=$(userid)&tier=$(userlevel)&game=$(twitch $(channel) "{{game}}")&type=fearmix&random=FEARMIX&song=$(querystring))

Command: !randomcafecursed
User Level: everyone
Response: $(urlfetch https://[URL]/rand_request.php?security_key=[KEY]&broadcaster=$(channel)&user=$(twitch $(user) "{{displayName}}")&userid=$(userid)&tier=$(userlevel)&game=$(twitch $(channel) "{{game}}")&type=cafe&random=Cafe+Cursed&song=$(queryescape))

Command: !banuser
User Level: moderator
Response: $(urlfetch https://[URL]/requestor.php?security_key=[KEY]&broadcaster=$(channel)&game=$(twitch $(channel) "{{game}}")&banuser=$(querystring))
Expand Down
2 changes: 1 addition & 1 deletion chatbot_other/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
2. URL-encode your names: `Dance+Dance+Revolution`,`Dancing+Stage`.
3. Add the regex 'OR' character ('|', URL-encoded to '%7C'): `Dance+Dance+Revolution%7CDancing+Stage`
4. Put this in the URL after `random=`: `random=Dance+Dance+Revolution%7CDancing+Stage`
5. Final command (using SE variables): `${urlfetch https://[URL]/rand_request.php?security_key=[KEY]&broadcaster=${channel}&user=${user}&tier=${user.level}&game=${game}&type=ddr&random=Dance+Dance+Revolution%7CDancing+Stage&num=${queryescape ${1|1}}}`
5. Final command (using SE variables): `${urlfetch https://[URL]/rand_request.php?security_key=[KEY]&broadcaster=${channel}&user=${user}&tier=${user.level}&game=${game}&random=Dance+Dance+Revolution%7CDancing+Stage&song=${queryescape ${1:|0}}}`
4 changes: 4 additions & 0 deletions chatbot_other/StreamElements bot commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Command: !randomfearmix
User Level: everyone
Response: ${urlfetch https://[URL]/rand_request.php?security_key=[KEY]&broadcaster=${channel}&user=${user}&tier=${user.level}&game=${game}&type=fearmix&random=FEARMIX&song=${queryescape ${1:|0}}}

Command: !randomcafecursed
User Level: everyone
Response: ${urlfetch https://[URL]/rand_request.php?security_key=[KEY]&broadcaster=${channel}&user=${user}&tier=${user.level}&game=${game}&type=cafe&random=Cafe+Cursed&song=${queryescape ${1:|0}}}

Command: !banuser
User Level: moderator
Response: ${urlfetch https://[URL]/requestor.php?security_key=[KEY]&broadcaster=${channel}&game=${game}&banuser=${queryescape ${1:}}}
Expand Down
Loading

0 comments on commit b78bbda

Please sign in to comment.