kjaymiller / Az-Queue-Tweeter

Send Tweets via Azure Storage Queues
https://pypi.org/project/azqueuetweeter/
MIT License
1 stars 1 forks source link

Make pip package #14

Closed pamelafox closed 2 years ago

pamelafox commented 2 years ago

I think it'd be good to have a structure like:

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.

kjaymiller commented 2 years ago

Sounds good. I'll get that wrapped up and get a beta release of this out the door.

kjaymiller commented 2 years ago

resolved in #15