You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
config | 4 years ago | |
lib | 4 years ago | |
test | 4 years ago | |
.formatter.exs | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
mix.exs | 4 years ago | |
mix.lock | 4 years ago |
README.md
Onibot
This is a Social Networking Bot for servers providing the Mastodon API.
It uses hunter for handling the connection.
Usage
To build it, first fetch the dependencies:
$ mix deps.get
If you want to run the automated tests for this project:
$ mix test
To run the bot, add your access token to the config and run:
$ mix run --no-halt