dogsheep / twitter-to-sqlite

Save data from Twitter to a SQLite database
Apache License 2.0
402 stars 21 forks source link

Error: Use either --since or --since_id, not both - still broken #58

Closed rubenv closed 3 years ago

rubenv commented 3 years ago

Hi Simon,

It appears the fix for #57 doesn't fix things for me:

$ twitter-to-sqlite --version
twitter-to-sqlite, version 0.21.4
$ python --version
Python 3.9.6
$ twitter-to-sqlite home-timeline -a twitter-auth.json twitter/timeline.db --since
Importing tweets
Error: Use either --since or --since_id, not both

Is there any way I can help debug this?

rubenv commented 3 years ago

Found the cause, it's the other commands. PR #59 submitted.