Skip to content

This repo is used to build the llm with joker's IP. SSHHH DONT TELL ๐Ÿค

License

Notifications You must be signed in to change notification settings

msylvester/joker_twitch_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฅ Twitch Software and Game Development Stream Fetcher

This project fetches all the streamers in the software and dev category who are live and populates a mongodb database.

๐Ÿ› ๏ธ Prerequisites

Before running this application, ensure you have the following:

  • ๐Ÿ Python 3.12 or later
  • โš™๏ธ Pixi for environment management
  • ๐ŸŽฎ A Twitch Developer account and an access token
  • ๐Ÿ“„ A .env file containing your Twitch API access token

๐Ÿ“ฆ Installation

  1. Create and activate a Pixi environment:

    pixi new twitch-fetcher-env
    pixi activate twitch-fetcher-env
    ```:x:x
    
    
  2. Install the required dependencies from the .toml file:

    pixi install
  3. Create an .env file to securely store your Twitch API access token:

    echo "TWITCH_TOKEN=<your-twitch-access-token>" > .env

๐Ÿš€ Usage

  1. Run the script:

    python twitch_video_service.py
  2. The script will fetch live streams in the "Software and Game Development" category and display their titles.


Follow me on twitch krystal_mess323 ๐Ÿ’ฏ

About

This repo is used to build the llm with joker's IP. SSHHH DONT TELL ๐Ÿค

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages