ckoepp / TwitterSearch

A Python library to easily iterate tweets found by the Twitter Search API
MIT License
387 stars 112 forks source link

added set_since in TwitterSearchOrder #32

Closed naokishibuya closed 6 years ago

naokishibuya commented 8 years ago

I’ve added set_since so that we can use the ’since' parameter to return only tweets generated from the given date.

naokishibuya commented 8 years ago

The build error is due to '--use-mirrors' no longer supported by pip. Can we remove it from the build configuration?

ckoepp commented 7 years ago

Thanks for the request. I'll drop the use-mirrors parameter and merge it within the next days.

naokishibuya commented 7 years ago

Thanks!

On Dec 30, 2016, at 01:26, Christian Koepp notifications@github.com wrote:

Thanks for the request. I'll drop the use-mirrors parameter and merge it within the next days.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ckoepp/TwitterSearch/pull/32#issuecomment-269654547, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBqsRGOkSZhvbT5y7boH1vyu8iCOLNxks5rM98ZgaJpZM4KEQgK.

ckoepp commented 6 years ago

Sorry, I totally forgot about this pull request :disappointed: The feature is now merged, though.