https://github.com/matthewjamesr/follower
A Twitter Following Service for Mastodon
https://github.com/matthewjamesr/follower
bot mastodon twitter
Last synced: 3 months ago
JSON representation
A Twitter Following Service for Mastodon
- Host: GitHub
- URL: https://github.com/matthewjamesr/follower
- Owner: matthewjamesr
- Created: 2017-04-15T22:28:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T22:10:14.000Z (about 9 years ago)
- Last Synced: 2026-03-24T00:41:48.033Z (3 months ago)
- Topics: bot, mastodon, twitter
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Follower
Your friendly interwebs Twitter follow bot for Mastodon.
# Goal
Enable Mastodon users to login to Follower via their instance accounts and follow
Twitter personas. Follower will Direct Message end-users with new posts every five
minutes.
# Setup
`git clone`
`bundle install`
`touch .env && nano .env` => `mastodon_callback_url=INSERT_YOUR_URL`
`rails s`