Skip to content

mahrtayyab/twitchDig

Repository files navigation

twitchDig

Fun Project to Scrape Twitch

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Internet Connection
  • Python 3.6+
  • httpx
  • websocket

Installation:

pip install twitchDig

Keep synced with latest fixes

Pip might not be always updated , so to keep everything synced.
pip install https://github.com/mahrtayyab/twitchDig/archive/main.zip --upgrade 

A Quick Example:

from twitchDig.bot import Bot

app = Bot()

user = app.get_user("kharltayyab")
print(user)

Full Documentation and Changelogs are here

About

Twitch Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages