Fun Project to Scrape Twitch
Before you begin, ensure you have met the following requirements:
- Internet Connection
- Python 3.6+
- httpx
- websocket
pip install twitchDig
pip install https://github.com/mahrtayyab/twitchDig/archive/main.zip --upgrade
from twitchDig.bot import Bot
app = Bot()
user = app.get_user("kharltayyab")
print(user)
Full Documentation and Changelogs are here