All Projects → begs → livestreamers

begs / livestreamers

Licence: other
Python script for checking stream status for followed Twitch.tv channels

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to livestreamers

glitch
!NO MORE MAINTAINED! Reactive API Wrapper for Twitch in Kotlin/JVM
Stars: ✭ 12 (-45.45%)
Mutual labels:  twitchtv, twitch-api
TwitchBot
Custom C# chat bot for Twitch TV
Stars: ✭ 33 (+50%)
Mutual labels:  twitchtv, twitch-api
NativeTwitch
Native Twitch Player
Stars: ✭ 64 (+190.91%)
Mutual labels:  streamlink, twitchtv
twitchtube
Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
Stars: ✭ 398 (+1709.09%)
Mutual labels:  twitch-api
Twitch-View-Bot
First open-source really working view bot for Twitch
Stars: ✭ 63 (+186.36%)
Mutual labels:  twitch-api
twitch2dcs
DCS World mod that allows twitch chat to be viewed inside the game
Stars: ✭ 24 (+9.09%)
Mutual labels:  twitchtv
twitchChatCLI
A simple CLI for Twitch chat written in GO
Stars: ✭ 18 (-18.18%)
Mutual labels:  twitchtv
Streamlink
Streamlink is a CLI utility which pipes video streams from various services into a video player
Stars: ✭ 6,883 (+31186.36%)
Mutual labels:  streamlink
hollow memories
Save your precious memories.
Stars: ✭ 49 (+122.73%)
Mutual labels:  streamlink
Twitch-Clips-Compilation-Generator-TCCG-
A system of 3 programs that collects clips automatically from Twitch, lets you edit videos and combine clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once.
Stars: ✭ 67 (+204.55%)
Mutual labels:  twitch-api
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (+0%)
Mutual labels:  twitch-api
twitch api2
Rust library for talking with the Twitch API aka. "Helix", TMI and more! Use Twitch endpoints fearlessly!
Stars: ✭ 91 (+313.64%)
Mutual labels:  twitch-api
node-twitch-get-stream
Gets the m3u8 direct stream URLs of a live stream on twitch.tv.
Stars: ✭ 45 (+104.55%)
Mutual labels:  twitchtv
streamcord
A Discord bot that interacts with the popular streaming service Twitch.tv
Stars: ✭ 83 (+277.27%)
Mutual labels:  twitch-api
twitch-irc-rs
Twitch IRC library for the Rust programming language
Stars: ✭ 58 (+163.64%)
Mutual labels:  twitchtv
Streamlink Twitch Gui
A multi platform Twitch.tv browser for Streamlink
Stars: ✭ 2,059 (+9259.09%)
Mutual labels:  streamlink
generic
generic streamlink plugin
Stars: ✭ 18 (-18.18%)
Mutual labels:  streamlink
twurple
Interact with Twitch's API, chat and subscribe to events via PubSub and EventSub.
Stars: ✭ 479 (+2077.27%)
Mutual labels:  twitch-api
TwitchOverlap
Source for stats.roki.sh, as well as API, polls twitch every 30 minutes to calculate intersection of all channels above 1,000 viewers
Stars: ✭ 40 (+81.82%)
Mutual labels:  twitch-api
StreamLinkerino
Twitch.tv client using only StreamLink, MPV, and Chatterino
Stars: ✭ 26 (+18.18%)
Mutual labels:  streamlink

livestreamers

A Python script that uses Twitch.tv API to check if a user's followed channels are live.

Installation

Clone git clone https://github.com/begs/livestreamers.git or download the repository.

Dependencies

The script uses the 'requests' package in Python:
pip install requests or python -m pip install requests

Usage

The first time you run the script, it will prompt for your OAuth. You want the string after "oauth:".
This is stored in "oauth.txt", in the same path as you run your script.

Example output:
output

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].