Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 657 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 657 Bytes

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