This commit is contained in:
Joscha 2019-04-11 23:42:41 +00:00
parent 9cb38c4ca8
commit 8dd94b6ac8
4 changed files with 14 additions and 14 deletions

12
todo.txt Normal file
View file

@ -0,0 +1,12 @@
TODO
- config file support for bots, used by default
- package in a distutils-compatible way (users should be able to install yaboli
using "pip install git+https://github.com/Garmelon/yaboli")
- cookie support
- fancy argument parsing
- document new classes (docstrings, maybe comments)
- document yaboli (markdown files in a "docs" folder?)
- write project readme
- write examples
DONE