Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiotomo committed Oct 5, 2018
1 parent 334928c commit 108f987
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# にゃんにゃんフィルター

## 注意

このアプリケーションはTwitterAPIの仕様が変更したため、現在は利用することができません。

## にゃんにゃんフィルターとは

社会性フィルターみたいなもの
予めテキストファイルにNGワードを登録しておき、誤って自分がそれに関するツイートをしてしまった場合、そのツイートを即座に削除し、代わりに「にゃんにゃんフィルター発動」とつぶやくサーバーアプリ
Twitter用社会性フィルターみたいなものです
予めテキストファイルにNGワードを登録しておき、誤って自分がそれに関するツイートをしてしまった場合、そのツイートを即座に削除し、代わりに「にゃんにゃんフィルター発動」とつぶやくサーバアプリケーションです

## 使用ツール

Expand All @@ -17,7 +21,7 @@ tweepyのインストール
pip install tweepy
```

dictionary.txtといった名前のファイルを作成し、中に、NGワードを書いていく
dictionary.txtといった名前のファイルを作成し、中に、NGワードを書いていきます

実行する前に、src/stream.pyの中を変更してください。

Expand Down

0 comments on commit 108f987

Please sign in to comment.