/TweetWithLINEBotAPI

LINEBOTを通じてツイートしたいだけ。Herokuにデプロイすることでいけます。

Primary LanguagePerl

TweetWithLINEBotAPI

This is Tweeting

I try to tweet with LINE::Bot::API.

try result

これがあればLineしてる風に見せかけてTweetできる。

How to use this?

  1. HerokuアカウントとHerokuのアプリを作成する
  2. 作ったHerokuアプリに環境変数としてTwitterのapiキー、LINE botのキー情報を登録する
  3. Heroku cli をインストールする
  4. 下記コマンドを実行する
    heroku login
    heroku container:login
    heroku container:push --app <your app name> web
    heroku container:release --app <your app name> web