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

Latest commit

 

History

History
44 lines (34 loc) · 1.52 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.52 KB

- 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