Skip to content

gsfellis/noob_eventbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noob EventBot

The Events-driven API for Noob SNHUbot

File Tree

$ tree --dirsfirst -I *pycache*
.
├── docs
│   └── README.md
├── instance
│   └── config.py
├── noob_eventbot
│   ├── root
│   │   ├── __init__.py
│   │   ├── healthcheck.py
│   │   └── index.py
│   └── __init__.py
├── Pipfile
├── Pipfile.lock
├── config.py
├── requirements.txt
└── run.py

Development

Get started with pipenv install, or if you like pip install -r requirements.txt.

I'm using ngrok to proxy down to my local development environment for testing. Google it.
This also makes me need to change the Events Request URL on the Test Bot in the Slack Bot settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%