Skip to content

jessamynsmith/willtalkback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

willtalkback

Build Status Coverage Status

will plugin for talkbackbot This was just a proof of concept; the real code lives at: https://github.com/skoczen/will/blob/master/will/plugins/friendly/talk_back.py

Development

Fork the project on github and git clone your fork, e.g.:

git clone https://github.com/<username>/willtalkback.git

Create a virtualenv and install dependencies:

mkvirtualenv willtalkback
pip install -r requirements/development.txt

Run tests and view coverage:

coverage run -m nose
coverage report

Check code style:

flake8

About

proof of concept of will plugin for talkbackbot - not maintained, real code in will repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages