Opened 14 years ago
#19 new enhancement
自動的にフォローし返す
Reported by: | mitty | Owned by: | mitty |
---|---|---|---|
Priority: | critical | Component: | |
Keywords: | Net::Twitter::Lite | Cc: |
Description
- Twitterの検索機能はまともに使えないことが多々あるので、ハッシュタグが拾えずに困る場合がある
- 最低でもfollowerの発言からは必ず拾えるようにしたい
- foreach $id (follower_ids) { user_timeline($id) } の様なことをして拾う
- 頻度にもよるが、TwitterのAPI発行回数制限に引っかかる可能性が高い
- followers => friendsとフォローし返し、home_timelineから拾う
- followers以外の発言からは拾えないため、searchと組み合わせるのが良い
- foreach $id (follower_ids) { user_timeline($id) } の様なことをして拾う
Note: See
TracTickets for help on using
tickets.