Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit affd4af

Browse files
committed
Readme update
Update readme with versions and exact dev environment details.
1 parent cbe0f7c commit affd4af

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This tool's setup is a little technical at present, but is fully functional and
1111

1212
Installation & Usage
1313
==========
14-
1. Install the current release of Python 3.7 with default options: https://www.python.org/downloads
14+
1. Install Python 3.7.3 32bit with default options: https://www.python.org/downloads/release/python-373/
1515
2. Get the files from the [latest release zip](https://github.com/muppet9010/Streamlabs-Rcon-Integration/releases).
1616
3. Create a free account at [Currency Layer website](https://currencylayer.com) and make a note of the API access key as needs to be entered into the program's config later on.
1717
4. Unzip the files into the desired folder.
@@ -193,12 +193,13 @@ The program has a `config.json` that stores its global configuration. The settin
193193

194194
Development Building
195195
=============
196-
Uses the python modules and their dependencies:
196+
Uses the python modules and their dependencies. Built and tested against these old versions:
197197

198-
- Python 3.7 and default install modules
199-
- python-socketio[client] = https://python-socketio.readthedocs.io/en/latest/
200-
- PyInstaller = https://www.pyinstaller.org/
201-
- MCRcon = https://github.com/uncaught-exceptions/mcrcon
198+
- Python 3.7.3 32bit - default install modules = https://www.python.org/downloads/release/python-373
199+
- python-engineio 3.5.1 (pre-req of socketio, but if not done first the wrong dependant versin gets installed by socketio) = pip install python-engineio==3.5.1
200+
- python-socketio[client] 4.0.1 = https://python-socketio.readthedocs.io/en/latest = pip install python-socketio[client]==4.0.1
201+
- PyInstaller 3.4 = https://www.pyinstaller.org = pip install -U pyinstaller==3.4
202+
- MCRcon 0.5.2 = https://github.com/uncaught-exceptions/mcrcon = pip install mcrcon==0.5.2
202203

203204
It can either be built or run directly from a Python environment via the `Streamlabs Rcon Integration.py`.
204205

event samples.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ TWITCH REAL WORLD
2727
SUB - Updated 2021-09-04:
2828
{'type': 'subscription', 'message': [{'name': 'user', 'from': 'user', 'type': 'subscription', 'platform': 'twitch_account', 'created_at': '2021-09-03 18:49:09', 'display_name': 'UsEr', 'from_display_name': 'UsEr', 'message': None, 'sub_plan': '1000', 'months': 3, 'streak_months': None, 'gifter': None, 'hash': 'subscription:user:', 'uuid': '0a9635eb-44ef-482a-b5d7-a3c5f0397a86', 'read': False, 'createdAt': '2021-09-04 09:29:25', 'repeat': True, '_id': '61333c7558960', 'priority': 10}], 'for': 'twitch_account', 'event_id': 'evt_75b1b156e38afc0adc9c6558e4bee925'}
2929

30+
SUB - Prime - Updated 2021-09-04:
31+
{'type': 'subscription', 'message': [{'name': 'user', 'from': 'user', 'type': 'subscription', 'platform': 'twitch_account', 'created_at': '2021-09-03 18:49:09', 'display_name': 'UsEr', 'from_display_name': 'UsEr', 'message': None, 'sub_plan': 'Prime', 'months': 3, 'streak_months': None, 'gifter': None, 'hash': 'subscription:user:', 'uuid': '0a9635eb-44ef-482a-b5d7-a3c5f0397a86', 'read': False, 'createdAt': '2021-09-04 09:29:25', 'repeat': True, '_id': '61333c7558960', 'priority': 10}], 'for': 'twitch_account', 'event_id': 'evt_75b1b156e38afc0adc9c6558e4bee925'}
32+
33+
3034
SUBS GIFTED TO COMMUNITY (GIVER) - Updated 2021-09-04:
3135
{'type': 'subMysteryGift', 'message': [{'sub_plan': '1000', 'sub_type': 'submysterygift', 'gifter': 'user1', 'gifter_display_name': 'UsEr1', 'name': 'UsEr1', 'amount': '1', '_id': '14330fde31a96e463916564f78066165', 'event_id': '14330fde31a96e463916564f78066165'}], 'for': 'twitch_account'}
3236

0 commit comments

Comments
 (0)