Skip to main content

A Twitch Plays style programme to allow users in Twitch chats to control the broadcasters mouse and keyboard

Project description

SimonSays

CodeQL Vulnerabilities
Bandit Python Vulnerabilities
Linting and Testing
Build and Release

Taking inspiration from the many other "TwitchPlays" style programmes, including that featured by DougDoug, this software has been specifically created to be an easy to use for those non programmers among the gaming community.

Out of the box, this uses a connection to Twitch chat, in a receive-only mode, to capture messages typed by viewers. Connections to multiple different chats simultaneously is possible for collaboration streams!

Trigger words must be at the start of a sentence typed in chat and do not need to be prepended by a ! like many other bots. However, you can reconfigure the trigger words however you like.

The beautiful artwork is courtesy of the wonderful Szinie. Please do show appreciation over on her Twitch channel.

How To Guide

For basic installation and usage in a video format, I have recorded the below on YouTube:

How to guide video

The latest release can be found here.

Gameplay Examples

Chat driving player around Phasmo map

Chat drives player around Phasmo lobby, handsfree

Compatibility

This software talks directly to the operating system as if it were a mouse or keyboard plugged into your machine. It does not modify any game code nor any files on your computer. It has been tested in Windows and Linux.

The main use case to date has been for Phasmophobia streamers to allow their chat to troll them during gameplay. Therefore, all the preset actions are Phasmophobia focused at the moment, however, if you would like another game to be considered then please raise a feature request issue and I will look into it! (Or, if you want to try your hand at programming, feel free to fork or PR this repository!)

Windows Defender

Windows Defender will likely throw a fit if you download the executable and run it. This is purely because I have not paid Microsoft for an exemption in Windows Defender.

So you have a few options:

  • Disable Windows Defender; Hell no. Don't do this. Anyone who tells you to is either an idiot, dangerous or both.
  • Go into Windows Defender, look at the history, and allow this, and only this, exe that it has blocked.
  • ... or, don't use the exe; instead run the raw Python (see below)

This code opens connections over the internet, sends and receives data and initiates HID (keyboard and mouse) commands. It looks exactly like many Trojans which do this nefariously. It is only you, the human, that can decide whether it is malicious or not. Hopefully you can see all the information here to inform that decision. To assist I have added GitHub actions which will show a green tick on the repository if it has passed code analysis scans for security using CodeQL. These scans also happen weekly, so if a vulnerability exists that currently is not known about, becomes known, then that green tick will change to a red cross. Hopefully, this provides peace of mind even if this software stops being maintained; you can still see whether it is still safe or not. Furthermore, I do not manually build the executables any more, this is done autonomously by GitHub only if the code scans pass at the time of release.

Contributing and Thanks

This software is provided free of charge under the licence found here. It is kindly requested that if you enjoy using SimonSays then please do promote the links to this so more people can have fun.

It would be fun to extend this to be able to connect to other chat servers such as, YouTube, Kick, etc. If you're interested in this then please let me know by raising an issue.

If you would like to contribute artwork, programming, testing or in any other way, then please do get in touch in any way convenient, preferably here.

No financial reward is expected to use this software, but if it is something you wish to consider then you can either sponsor this project or send a one off donation under Sponsor this project.

You can find me on Twitch as DrGreenGiant and on YouTube too.

Installation

As an Executable

The latest release can be found here.

Other releases are published on GitHub here.

Look for the one tagged in green latest. At the bottom of that release you will see a drop-down box called Assets which has the windows_release.zip and linux_release.tar.gz. Unzip the file to a location of your choice, e.g. your Desktop, and run the contained file. It will generate a config file so that if you change any keybinding, etc, they will be remembered.

As a Python Module

Available on PyPi at https://pypi.org/project/simonsays-drgreengiant/

pip install simonsays_drgreengiant

Python Module Usage

If you install this as a Python module, then you can run the software by:

from simonsays_drgreengiant import simonsays

simonsays.main()

Original file header comments

Although this software is a complete re-write of the code that inspired me, I would still love to give credit to the original source code that got me started:

Written by DougDoug and DDarknut

Hello! This file contains the main logic to process Twitch chat and convert it to game commands. The code is written in Python 3.X There are 2 other files needed to run this code:

  • TwitchPlays_KeyCodes.py contains the key codes and functions to press keys in-game. You should not modify this file.
  • TwitchPlays_Connection.py is the code that actually connects to Twitch. You should not modify this file.

The source code primarily comes from:

Disclaimer:

  • This code is NOT intended to be professionally optimized or organized.
  • We created a simple version that works well for livestreaming, and I'm sharing it for educational purposes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simonsays_drgreengiant-2.1.0.tar.gz (35.5 kB view hashes)

Uploaded Source

Built Distribution

simonsays_drgreengiant-2.1.0-py3-none-any.whl (52.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page