Metadata-Version: 2.1
Name: metabot
Version: 0.2
Summary: Modularized, multi-account bot.
Home-page: https://github.com/nmlorg/metabot
Author: Daniel Reed
Author-email: nmlorg@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: ntelebot (<0.3,>=0.2.0)
Requires-Dist: pytz
Requires-Dist: PyYAML (>=5.1)
Requires-Dist: requests

# metabot
Modularized, multi-account bot.

## Quickstart
```
virtualenv -ppython3 mymetabot
cd mymetabot
. bin/activate
pip install metabot
mkdir config
python -m metabot
```

## Plugins
- [Google Calendar loader](https://pypi.org/project/metabot.calendars.google/): `pip install metabot.calendars.google`


