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.
 
Julian Leyh 6426843d15 fix markdown for hyperlink 4 years ago
config add sample secret config and update README.md 4 years ago
lib sample Hello World child for testing Supervisor, basic GenServer for handling connection 4 years ago
test initial commit after `mix new` 4 years ago
.formatter.exs initial commit after `mix new` 4 years ago
.gitignore sample Hello World child for testing Supervisor, basic GenServer for handling connection 4 years ago
README.md fix markdown for hyperlink 4 years ago
mix.exs sample Hello World child for testing Supervisor, basic GenServer for handling connection 4 years ago
mix.lock sample Hello World child for testing Supervisor, basic GenServer for handling connection 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