All builds and downloads are available here in the repo releases section.
Installation:
$ git clone https://github.com/muunapp/muun.git
$ cd muun
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.json
tocredentials.json
within thesrc/resources
folder - Fill in the
credentials.json
with:- 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