Add 'README.md'
This commit is contained in:
parent
4f20b58fc1
commit
b8191c6a99
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# XTweet
|
||||
Converts noisy toots to tiny tweets
|
||||
|
||||
## Configuration and deployment
|
||||
Create a file named `config.js` in the folder with this structure
|
||||
```
|
||||
module.exports = {
|
||||
twitter_consumer_key: '...',
|
||||
twitter_consumer_secret: '...',
|
||||
twitter_access_token: '...',
|
||||
twitter_access_token_secret: '...',
|
||||
|
||||
mastodon_token: '...',
|
||||
mastodon_user: 'ekardnam',
|
||||
instance: 'mastodon.bida.im',
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue