Metadata-Version: 2.0
Name: daily-tweeter
Version: 0.1.0
Summary: Schedule a series of tweets to be psoted on a given day.
Home-page: https://github.com/dhellmann/daily-tweeter
Author: Doug Hellmann
Author-email: doug@doughellmann.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: tweepy (>=3.6.0)
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: PyYAML (>=3.12)

===============
 daily-tweeter
===============

Schedule a series of tweets to be posted on a given day

Use the ``schedule`` command to convert a list of post messages into a
data file scheduling the posts to be published on given dates.

Use the ``publish`` command to read a schedule file and post the
update scheduled for the current date.



