Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 331 Bytes

hakcbot_asyncio

AsyncIO version of twitch bot including major class rework and cleanup.

To Run:

  1. Create configuration file (config.py) containing the following variables:
  • PASS = 'oauth:(your oauth here)'
  • IDENT = '(twitch username for bot)'
  • CHANNEL= '(your channel name)'
  1. python3 hakcbot_run.py (in terminal)