Logtweet
Command line tool to create a tweet based on a #100DaysOfCode log message

This is the first package I have published on PyPI. I have used this tool to tweet my daily progress during the #100DaysOfCode challenge.
Tweets are generated based on an HTML log of a given format. I used another project of mine (Log100Days) to generate the HTML site from my Markdown journaling repo. The fact that the tool currently requires the log to be published as HTML is certainly not ideal. Since that HTML is generated from a Markdown log anyways, it would be a great addition to directly generate the tweet from the Markdown log. Unfortunately I have not gotten around to that feature yet.
python
beautifulsoup
twitter api
pypi
pytest