Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michidk/simpletwitchhelper
a simple but powerful dashboard for twitch.tv
https://github.com/michidk/simpletwitchhelper
Last synced: 12 days ago
JSON representation
a simple but powerful dashboard for twitch.tv
- Host: GitHub
- URL: https://github.com/michidk/simpletwitchhelper
- Owner: michidk
- License: apache-2.0
- Created: 2015-06-08T02:13:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T15:39:00.000Z (over 7 years ago)
- Last Synced: 2024-10-11T09:50:58.879Z (29 days ago)
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Twitch Helper
a simple but powerful dashboard for twitch.tvSimple Twitch Helper (STH) is a .wpf application programmed in c#. It's simple as possible and you only need one window to controll everything. You can assign hotbar-buttons, startup programms, set your stream title and game & even more!
## Features
- view all important stats
- set/get stream title & game
- setup a tweet template, for one-click tweets
- setup a simple countdown and print the time to a file (with custom string formatting)
- access the orginal twitch.tv chat
- view a list of viewers
- distraction-free mode: double-click the status bar to hide the stats and viewers panel
- commercial control center (if enabled in settings)
- something missing? tweet me: @miichidk !## Screenshots
![](http://i.imgur.com/Pi4cbJa.png "main window")
![](https://i.imgur.com/tH9Eajv.png "settings window")## Installation
Just go here:
https://github.com/michidk/SimpleTwitchHelper/releases/latest
Download and unrar the SimpleTwitchHelper.rar to a folder.
Then run the setup.exe file.## Troubleshooting
If the Twitch-Chat doesn't work, just install Flash in Internet Explorer.
If you have already flash for Internet Explorer, then try to reset your cache.
If the token generation link is broken, just use this one [link](https://twitch.michael-lohr.net/sth).
If you have other issues with STH then simply open a issue on GitHub.## Contribute
Feel free to fork and make pull requests!STH uses the following class libarys:
- https://github.com/michidk/TwitchCSharp
- https://github.com/michidk/SimpleLoggingSystem
- https://github.com/michidk/SimpleConfigurationSystem
- http://www.newtonsoft.com/json
- https://github.com/aaubry/YamlDotNet
- http://restsharp.org