Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 560 Bytes

SakugaDaily

Anilist bot that posts sakuga videos from sakugabooru to anilist.

https://anilist.co/user/SakugaDaily/

Setup

Get authorization code

https://anilist.co/api/v2/oauth/authorize?client_id={your_client_id}&response_type=code

create config/secret.exs:

use Mix.Config

config :sakugadaily,
  client_id: "your_client_id",
  client_secret: "your_client_secret",
  auth_code: "authorization code from the link above"

Then you can start the app. You need to supply a new auth_code everytime you start the bot.

Todo

Docs