Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i1d9/metaex
Metaex is an Elixir library that provides a simple and efficient interface to interact with Meta's suite of APIs, including Facebook, Instagram, and WhatsApp. It abstracts the complexity of API requests, authentication, and error handling, allowing developers to seamlessly integrate Meta services into their Elixir applications.
https://github.com/i1d9/metaex
elixir elixir-lang elixir-library elixir-programming-language facebook facebook-api facebook-graph-api facebook-login finch instagram instagram-api instagram-graph-api instagram-scraper meta
Last synced: 4 months ago
JSON representation
Metaex is an Elixir library that provides a simple and efficient interface to interact with Meta's suite of APIs, including Facebook, Instagram, and WhatsApp. It abstracts the complexity of API requests, authentication, and error handling, allowing developers to seamlessly integrate Meta services into their Elixir applications.
- Host: GitHub
- URL: https://github.com/i1d9/metaex
- Owner: i1d9
- Created: 2024-08-28T13:53:59.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:03:34.000Z (5 months ago)
- Last Synced: 2024-09-30T09:01:36.127Z (4 months ago)
- Topics: elixir, elixir-lang, elixir-library, elixir-programming-language, facebook, facebook-api, facebook-graph-api, facebook-login, finch, instagram, instagram-api, instagram-graph-api, instagram-scraper, meta
- Language: Elixir
- Homepage: https://hexdocs.pm/metaex/0.1.0
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metaex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `metaex` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:metaex, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .