su - mastodon cd live/ RAILS_ENV=production bundle exec bin/tootctl accounts create USERNAME --email=EMAIL --confirmed
2.インストールする
README.mdに従い
terminal
sudo pip install feediverse
3.設定する
terminal
$ sudo feediverse What is your Mastodon Instance URL? your_instance Do you have your app credentials already? [y/n] n Ok, I'll need a few things in order to get your access token app name (e.g. feediverse): feediverse mastodon username (email): your_bot@email mastodon password (not stored): your_bot_password RSS/Atom feed URL to watch: yout_feed Shall already existing entries be tooted, too? [y/n] y Shall images be included in the toot? [y/n] y
Your feediverse configuration has been saved to /home/user/.feediverse Add a line line this to your crontab to check every 15 minutes: _/15 _ \* \* \* /usr/local/bin/feediverse