Skip to content

Bash script which creates a .txt and fill it with how many people is watching your channel on LiveCoding.Tv, useful to combine with OBS.

License

Notifications You must be signed in to change notification settings

platedodev/PeopleWatchingLiveCoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

What is this?

Just a bash script which creates a file (/tmp/live_users.txt). This file is updated with how many users are watching your channel.

How to use it?

If you're streaming using OBS you can create a text source and choose this file /tmp/live_users.txt.

Installation

Download this file, uncompress

wget https://github.com/platedodev/PeopleWatchingLiveCoding/archive/master.zip
unzip master.zip
cd PeopleWatchingLiveCoding-master/
mv PeopleWatchingLiveCoding /usr/bin/PeopleWatchingLiveCoding.sh
crontab -e

Add this line on your crontab

* * * * * /usr/bin/PeopleWatchingLiveCoding.sh # Viewers_Live_Coding_Cron

and everything is done :).

About

Bash script which creates a .txt and fill it with how many people is watching your channel on LiveCoding.Tv, useful to combine with OBS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages