Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

A library to create Twitch Chat Bots and connect to the Twitch Helix API

License

Notifications You must be signed in to change notification settings

code-of-chaos/AthenaTwitchLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

- AthenaTwitchLib -

pypi GitHub license Discord Downloads


Package Details

Details and features

  • A library to create Twitch Chat Bots

    • hard coded commands
    • hard coded tasks
    • Bots have the ability to pull commands from a database
      • Currently supported databases: Sqlite (more will come in the future)
    • Logging is handled by other Process
      • Logs are stored to a Sqlite file
  • Features that are planned but still being worked on

    • Twitch Helix API connector
    • Task pulling from a database
    • ...

Python Version

  • Supported Python versions: 3.11
    • Other older versions of Python are not going to be supported.

Example

Currently, still in Alpha phase. Will have a good example working once version 1.0.0 is released

Install

To install the package in your Python environment

pip install AthenaTwitchLib --upgrade

Links

Project files can be found at:


Made By Andreas Sas, 2022