An open API service indexing awesome lists of open source software.

https://github.com/marcelog/oauthex

Wrapper for elixir to use erlang-oauth
https://github.com/marcelog/oauthex

Last synced: 3 months ago
JSON representation

Wrapper for elixir to use erlang-oauth

Awesome Lists containing this project

README

          

# Oauthex
A wrapper around [erlang-oauth](https://github.com/tim/erlang-oauth) for [elixir](http://elixir-lang.org/).

# Example
See `bin/twitter.mxs` for a quick example. To use this script:

elixir --erl '-pa ebin deps/*/ebin' bin/twitter.mxs

You will see an url, hit it with your browser and authorize the app. Then execute
the command shown:

elixir --erl '-pa ebin deps/*/ebin' bin/twitter.mxs

Trying the *track* in the twitter streaming api:

elixir --erl '-pa ebin deps/*/ebin' bin/twitter.mxs track

# License
This software is under the Apache 2 License. See the **LICENSE** file for more details.