Cross tweet from Mastodon
Find a file
2019-07-25 17:43:55 +02:00
.gitignore OAuth 2019-07-25 17:43:55 +02:00
app.js OAuth 2019-07-25 17:43:55 +02:00
bot.js OAuth 2019-07-25 17:43:55 +02:00
cert.pem OAuth 2019-07-25 17:43:55 +02:00
key.pem OAuth 2019-07-25 17:43:55 +02:00
oauth.js OAuth 2019-07-25 17:43:55 +02:00
package.json OAuth 2019-07-25 17:43:55 +02:00
README.md Add 'README.md' 2019-07-24 16:59:00 +02:00
storage.js OAuth 2019-07-25 17:43:55 +02:00

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',
}