Opened 13 years ago

#19 new enhancement

自動的にフォローし返す

Reported by: mitty Owned by: mitty
Priority: critical Component: twitter
Keywords: Net::Twitter::Lite Cc:

Description

  • Twitterの検索機能はまともに使えないことが多々あるので、ハッシュタグが拾えずに困る場合がある
  • 最低でもfollowerの発言からは必ず拾えるようにしたい
    1. foreach $id (follower_ids) { user_timeline($id) } の様なことをして拾う
      • 頻度にもよるが、TwitterのAPI発行回数制限に引っかかる可能性が高い
    2. followers => friendsとフォローし返し、home_timelineから拾う
    • followers以外の発言からは拾えないため、searchと組み合わせるのが良い

Change History (0)

Note: See TracTickets for help on using tickets.