Skip to content

darthvader666uk/twitch-viewer

This branch is 28 commits ahead of ohyou/twitch-viewer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70a3ec3 · Nov 6, 2020

History

55 Commits
Feb 26, 2020
Mar 7, 2019
Sep 3, 2015
Nov 6, 2020
Jun 25, 2019
Mar 7, 2019
Feb 26, 2020

Repository files navigation

twitch-viewer

A viewer bot for twitch.tv based off https://github.com/ohyou/twitch-viewer

This has been updated to bring in a MAX list of free proxy URLS from https://free-proxy-list.net/uk-proxy.html dynamically and also all can be ran via a single command.

How to Install

The application was developed with Python 2.7.10 using the following libraries (installed using pip):

  • pip install requests
  • pip install json
  • pip install streamlink
  • pip install lxml

Note that json may be included into your python distributive. To test a packages for availability, type thise commands into console:

  • python
  • import json
  • import requests
  • import livestreamer If everything's fine, proceed.

How to Run

I have setup this script to be ran dynamically via commandline. In order to run it, al you have to do is the following:

python twitch-viewer.py CLIENT-ID TWITCH-USER NO-OF-PROXIES RUNTIME

  • CLIENT-ID: THis is aquired via the Twitch Developer API Dashboard by making a New app (https://glass.twitch.tv/console/apps)
  • TWITCH-USER: THis is the Twich user you want to run the views against
  • NO-OF-PROXIES: Specify the number of proxies you want to run. Its currently getting it dynamically via https://free-proxy-list.net/uk-proxy.html and it has a limit of 20
  • RUNTIME: THis is how long you want to scipt to run e.g. 1 hour = 3600, 2 hours 7200, 3 hours = 10800

The "viewers" you get only work through proxy. The amount of viewers you get equals to the amount of proxies specified.

The application starts working within ~10 seconds, and you will get viewers within a couple minutes (it takes some time for twitch to process the connections).

Buy Me A Coffee

About

A viewer bot for twitch.tv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%