Wiki Elixir
This project provides Elixir client modules work with Wikipedia (and other MediaWiki) APIs and data sources. It currently supports the Action API, query continuation, EventStreams relaying, and some of the RESTBase API.
Everything you'll find here is beta-quality, please suggest improvements!
Installation
The package can be installed by adding wiki_elixir
to your list of dependencies in
mix.exs
,
def deps do
[
{:wiki_elixir, "~> 0.1"}
]
end
Documentation can be generated with mix docs
.
Usage
See the examples/
directory for scripts demonstrating each module.
Development
The project's homepage is currently on GitLab. To contribute, please submit an issue or a pull request.