Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kfields/botsley

Asynchronous Behavior System in Python
https://github.com/kfields/botsley

Last synced: 3 days ago
JSON representation

Asynchronous Behavior System in Python

Awesome Lists containing this project

README

        

# Botsley :robot:

The little bot who could

## Quick Links

:notebook: [Documentation](https://botsley.readthedocs.io/en/latest/)

:package: [Package](https://pypi.org/project/botsley/)

## Installation

### From PyPI

#### TLDR - do this at your own risk

pip install botsley

#### Recommended - pipX

If you don't already have it installed go to https://pypi.org/project/pipx/ for instructions

pipx install botsley

### From GitHub

Clone the repository

git clone https://github.com/kfields/botsley.git

Navigate to the new directory which contains the repository

cd botsley

Create a Python 3 virtual environment called `env`

python3 -m venv env

Activate the environment

source env/bin/activate

Install required packages

pip install -r requirements.txt