Cross tweet from Mastodon
.gitignore | ||
app.js | ||
bot.js | ||
cert.pem | ||
key.pem | ||
oauth.js | ||
package.json | ||
README.md | ||
storage.js |
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',
}