https://github.com/noraworld/mastodon-ffchecker
Mastodon ffchecker bot
https://github.com/noraworld/mastodon-ffchecker
Last synced: 8 months ago
JSON representation
Mastodon ffchecker bot
- Host: GitHub
- URL: https://github.com/noraworld/mastodon-ffchecker
- Owner: noraworld
- Created: 2017-07-05T18:39:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:08:53.000Z (over 8 years ago)
- Last Synced: 2025-01-11T21:27:48.649Z (9 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastodon FF-Checker
Copy sample files about environment and excluded users, and replace with your own information.
```sh
$ cp .env.sample .env
$ cp excluded_users.json.sample excluded_users.json
```You have to clone the Mastodon API library from my forked repository because current original library has a bug.
```sh
$ git clone -b fix-array-param https://github.com/noraworld/mastodon-api
```Then put `lib` under `mastodon-ffchecker`.
Enter the following command to run:
```sh
$ ruby src/main.rb
```