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
- Host: GitHub
- URL: https://github.com/marcelog/oauthex
- Owner: marcelog
- License: apache-2.0
- Created: 2012-10-28T21:40:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T00:54:00.000Z (over 12 years ago)
- Last Synced: 2025-04-04T12:35:54.551Z (about 1 year ago)
- Language: Elixir
- Size: 148 KB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.