ひらがな変換bot
git clone https://github.com/Fironn/line-bot-virit-chi.git
cd line-bot-virit-chi
cd app
pip3 install flask
pip3 install linebot
pip3 install goolabs
pip3 install langdetect
参考 : https://qiita.com/Takagenki/items/b2a67422e7226a16e2b1
参考 : https://labs.goo.ne.jp/apiusage/
取得したAPIキーで token.json
と gooToken.json
をつくる
token.json
{
"Id":"YOUR_LINE_APP_ID",
"Access-Secret":"YOUR_LINE_ACCESS_SECRET",
"Access-Token":"YOUE_LINE_API_TOKEN"
}
gooToken.json
{
"App-Id":"YOUR_GOOLAB_APP_ID"
}
python3 app.py
supported by goo
[V2.0] azureのTranslationAPIからGoogle Translateスクレイピングに変更しました