Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideo54/oldfriendremover
自分がフォローしているユーザーのうち、最終ツイートが指定した日数よりも前のユーザーをリムーブします。
https://github.com/hideo54/oldfriendremover
Last synced: 3 days ago
JSON representation
自分がフォローしているユーザーのうち、最終ツイートが指定した日数よりも前のユーザーをリムーブします。
- Host: GitHub
- URL: https://github.com/hideo54/oldfriendremover
- Owner: hideo54
- Created: 2014-07-19T02:44:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T08:06:59.000Z (about 10 years ago)
- Last Synced: 2024-05-02T05:32:19.593Z (7 months ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
旧友リムーブ(OldFriendRemover)
===============##概要
自分がフォローしているユーザーのうち、最終ツイートが指定した日数よりも前のユーザーをリムーブします。##バージョン
Ver 1.2##動作環境
* Python 2.6以降
* tweepy###動作確認済み環境
Python 2.7.5 on OS X 10.9.4 (2014/7/19)##動かし方
1. ソースコード内の"consumer_key", "consumer_secret", "access_token", "access_token_secret" にそれぞれ自分の鍵を設定。2. ターミナルで実行。"When do you wanna unfollow users who tweeted at last?"と言われたら、日数を整数で指定。
3. あとは該当するユーザー名が流れてくるので、y/nを入力する。oを押すとブラウザで開ける。
##使用上の注意
使ってると必ずAPI切れ起こします(宣言)ので、ユーザーごとの検証はランダムで行っています。時間をおいて複数回実行するとよいと思います。
##連絡先
Twitter… [@hideo54](https://www.twitter.com/hideo54)Email… [email protected]
バグがあればご報告ください。