- Timestamp:
- Jun 21, 2013 4:12:40 PM (11 years ago)
- Branches:
- master
- Children:
- 90f8850
- Parents:
- e960958
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/dump_timeline.pl
re960958 r0f8acb5 19 19 die <<EOM; 20 20 usage: $0 21 [{u}ser_timeline(default)|{ r}etweeted_by_me|{m}sentions|{s}earch21 [{u}ser_timeline(default)|{m}sentions|{s}earch 22 22 [screen_name 23 23 [number_of_pages|all … … 64 64 if ($method eq 'user_timeline' || $method eq 'u') { 65 65 $res = $bot->user_timeline($param); 66 }67 elsif ($method eq 'retweeted_by_me' || $method eq 'r') {68 $res = $bot->retweeted_by_me($param);69 66 } 70 67 elsif ($method eq 'mentions' || $method eq 'm') {
Note: See TracChangeset
for help on using the changeset viewer.