Closed pamelafox closed 2 years ago
I think it'd be good to have a structure like:
queuetweeter
__init__.py
storage.py
twitter.py
Then people could use like:
from queuetweeter import QueueTweeter, storage, twitter qt = QueueTweeter(storage.Auth(..), twitter.Auth(..))
It's probably best if you do the packaging so its under your account.
Sounds good. I'll get that wrapped up and get a beta release of this out the door.
resolved in #15
I think it'd be good to have a structure like:
queuetweeter
__init__.py
(with QueueTweeter class)storage.py
twitter.py
Then people could use like:
It's probably best if you do the packaging so its under your account.