dogsheep / twitter-to-sqlite

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

Discussion: Adding support for fetching only fresh tweets #52

Closed fatihky closed 4 years ago

fatihky commented 4 years ago

I think it'd be very useful if this tool has an option like --incremental to fetch only newer tweets. This way operations could complete very fast in sequential runs. I'd want to try to implement this feature if it seems OK for this tool's purpose.

fatihky commented 4 years ago

I'm so sorry that you already have --since_id option and that's enough for the case I've mentioned. Thank you for this excellent tool!