Skip to content

A short program that lets you instantly take Inspects links from your Twitch Chat and Convert them to GenCodes so you can use them faster while you Stream

Notifications You must be signed in to change notification settings

krisgfx9/TwitchCSGenCodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A simple and smart little program that lets you convert Steam Inspect links into !Gen Codes while streaming. What it does is, it monitors your chat and whenever a Watcher sends a Steam Inspect Link, it takes that link runs it to the code to convert it into a !Gen Code and then Sends it to the Specified Discord Channel of your choice. Hence it saves you Infinite ammount of time when Streaming.

How To Use It

Either read this or watch the YouTube Tutorial. (I know Everyone is gonna watch)

  1. First click on that Green Button on the top left which says CODE and click downlaod Zip.
  2. Extract the file to some folder and then follow the download section.

Downloads

  1. You will need to download Visual Studio Code or any other code editor in order to customise it to your server.
  2. If you dont have Node already installed you need to download it too.
    • How to check if you Node already: Writhe the following command in any Terminal (check what terminal is in step 3)
node -v
npm -v

Node.js is a JavaScript runtime that allows you to execute JavaScript code outside of a web browser.

  1. You might have to install some packages in order to run the code. You can do that by opening the Terminal in Visual Studeo or Using Powershell or any other Terminal.
    • Package that you need to install is the following:
npm install

and

npm install axios

What To Change In the File (Customize)

From line 12 - 15 you will need to enter your tokens.

  • 12. Your Twitch OAuthentication Token, here is How To Get It
  • 13 Your Twtich Username/Url, EXAMPLE: twitch.tv/krisgfx the name after the /
  • 14 Your Discord Bot Token How To Get It
  • 15 Your Discord Channel ID How To Get It, if you have Developer mode on Skip to 0.49

Note

If you did everything right Just run the Code with Node GenGenerator.js in the Terminal.

Important

Important DO NOT CHANGE ANYTHING ELSE.

If you have any issues you can contact me on my Socials or if you wanna say thanks or throw some dono you can do the through the Socials. HOPE THIS HELPS YOU WHILE STREAMING!!! GOOD LUCK and HAVE FUN!!!

My Socials:

About

A short program that lets you instantly take Inspects links from your Twitch Chat and Convert them to GenCodes so you can use them faster while you Stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published