Blabber provides fun and free conversation starters for your Python program.
>>> gen = blabber.StarterGenerator()
>>> gen.starter()
"What's the best class you've ever taken?"
Blabber is available on PyPI:
$ pip install blabber
Blabber officially supports Python 3.7+.
Documentation coming soon! For now, the starter at the top of this document is just about all Blabber has available.
(This section is only a summary and is not legal advice. See
the LICENSE
file for
full license terms.)
Most of this project is licensed with the MIT License. As an exception, the text
of the conversation starters themselves (all .txt
files in
/blabber/data
) are
in the public domain.