Skip to content

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

Notifications You must be signed in to change notification settings

bedoshi/TweetWithLINEBotAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

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

Topics

Resources

Stars

Watchers

Forks