Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 688 Bytes

beam-client-python

This is a basic chat bot framework for Beam, built to serve as a basic example of a Beam chat bot.

Usage

We've built a chat bot that logs incoming messages to the console, and sends "Hi!" to the channel every second.

To use it, ensure Python 3 is installed on your system. Then:

# install dependencies
python setup.py install

# copy the config and fill it in with your details
cp config.example.py config.py
vi config.py

# start the example chatbot
python example.py

License

Public domain: MIT License (text)