jugyo / termtter

moved to https://github.com/termtter/termtter
201 stars 34 forks source link

get status until last time #132

Closed gogonkt closed 13 years ago

gogonkt commented 13 years ago

advice: twitter api doc: /home_timeline.json?since_id=12345 can get timeline until last time(until status_id). Is it nessesary?

jugyo commented 13 years ago

Termtter uses the since_id when fetch new timeline.

gogonkt commented 13 years ago

oh, why not fetch all new timeline since last logout when termtter start for example: there are 120 tweets since logout, but termtter only fetch 30. ?_?

gogonkt commented 13 years ago

Termtter 1.9.0, gem install

jugyo commented 13 years ago

oh, why not fetch all new timeline since last logout when termtter start

make sence. frequently, I use the list command with '-' option:

> list -100

How do you like it?

gogonkt commented 13 years ago

I do use '-' too, auto get new timeline when start make sence for me. regar -- gogonkt