Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya/wikipedia_linebot
📕 LINEbot for Wikipedia
https://github.com/miya/wikipedia_linebot
flask heroku linebot python wikipedia
Last synced: about 2 months ago
JSON representation
📕 LINEbot for Wikipedia
- Host: GitHub
- URL: https://github.com/miya/wikipedia_linebot
- Owner: miya
- License: mit
- Created: 2020-03-31T14:19:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:44:46.000Z (over 3 years ago)
- Last Synced: 2023-02-28T07:54:39.281Z (almost 2 years ago)
- Topics: flask, heroku, linebot, python, wikipedia
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wikipediaの検索結果を返してくれるLINE Bot
## Demo
## Usage
```
input > {検索ワード}
output > {検索ワード}の要約と関連ワードを表示します。input > :random
output > wikipediaからランダムな記事を表示します。input > :history
output > 最大13件の検索履歴を表示します。input > :set_lang={言語コード}
output > wikipediaの検索結果を任意の言語に変更します。例(:set_lang=en)input > :set_show_url=true
output > 要約メッセージの下部にURLを含めます。デフォルト(:set_show_url=false)
```