yotsuba

Build Status

Elixir 4chan API client

Install

In your mix.exs:

defp deps do
  [
    {:yotsuba, "~> 1.0.0"}
  ]
end

Then run mix deps.get.

Usage

More documentation available in HexDocs.

Read the 4chan API documentation for information on endpoints and response content.

The 4chan API provides endpoints for two resources: boards and threads. As such, there is a module for each of these.

Yotsuba.Board

Interfaces with the board enpoint. The following methods are provided:

Yotsuba.Thread

Interfaces with the thread enpoint. The following method is provided:

License

MIT © Juan Soto