Skip to content

pylang/beam-client-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Super basic chat bot framework for Beam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%