muun
muun copied to clipboard
🐦 Live Twitter Dashboard
trafficstars
Installation:
All builds and downloads are available here in the repo releases section.
Development
Installation:
$ git clone https://github.com/muunapp/muun.git
$ cd muun
Setting up credentials.json
There is no central authentication server yet so each development environment will need it's own Twitter Application for testing integration.
- Navigate to https://apps.twitter.com/
- Click "Create New App"
- A naming convention of [DEV] Muun - YourTwitterUsername is recommended for name, description can be whatever you want and the website should link to your personal fork on GitHub. You don't need to configure callback URL
- Click on the app you have just created and navigate to "Keys and Access Tokens"
- Within "Application Settings" modify Access Levels to "Read, Write and Access direct messages" and save changes
- Within that "Keys and Access Tokens" page click "Create my access token"
- Copy
credentials.example.jsontocredentials.jsonwithin thesrc/resourcesfolder - Fill in the
credentials.jsonwith:- Consumer Key (API Key) ->
consumerPublic - Consumer Secret (API Secret) ->
consumerSecret - Access Token ->
accessPublic - Access Token Secret ->
accessSecret
- Consumer Key (API Key) ->
Running:
$ npm start
Packaging:
$ npm run package