-
Notifications
You must be signed in to change notification settings - Fork 82
Enable Sidebar Live Tweets
QIUSHI BAI edited this page Aug 16, 2019
·
1 revision
please refer to https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens.html to get your own twitter developer access keys and tokens.
Edit conf file: examples/twittermap/web/conf/application.conf
- Fill your Twitter API access tokens to the corresponding place
liveTweetConsumerKey = "Your Consumer Key"
liveTweetConsumerSecret = "Your Consumer Secret"
liveTweetToken = "Your Access token"
liveTweetTokenSecret = "Your Acces Secret Token"
- Set the
enableLiveTweet
flag to betrue
enableLiveTweet = true
sbt "project web" "run 9001"
Now you will see the live tweets on the sidebar!