Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to use styx scribe #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
--[[ Config for Twitch Integration ]]--
-- Written By: Kriogenic
-- Adapted to StyxScribe by: erumi321

-- USAGE INSTRUCTIONS
-- Enter your username in all lowercase in the Username field making sure to keep the " around it
-- Enter your OAuth token in the OAuth field, making sure that it has "oauth:" before the rest of the code
-- Change SendConfirmMessage to true or false, if true when a viewer makes a vote your account will send an automated message saying, "Thanks for the vote {user}"
-- Enter the cooldown time between votes in seconds in the TwitchIntegration.Config.TimeBetweenVotes field
-- Enter the time in seconds your viewers have to make their votes in the VotingTime field
-- DO NOT TOUCH ANYTHING ELSE xD

-- YOU MUST USE subsume_hades.py IN THE Hades FOLDER TO RUN THIS MOD! IT WILL NOT WORK OTHERWISE.
-- You will probably want to make a shortcut to the script as thats the easiest way to run it

TwitchIntegration.Config = {
Username = "0lrevolution",
Username = "", --your channel name (do not put # before it, that is handeled by the mod. If you have no idea why you would do this, continue not doing this)
OAuth = "", --Example: "oauth:123abc456def789ghi0123jkl456mno"
SendConfirmMessage = true,
TimeBetweenVotes = 1,
VotingTime = 10,
OfferedChoices = 6,
Expand Down
Binary file removed libs/lib/mime/core.dll
Binary file not shown.
Binary file removed libs/lib/socket/core.dll
Binary file not shown.
319 changes: 0 additions & 319 deletions libs/share/ltn12.lua

This file was deleted.

Loading