https://github.com/yuki-toida/instagram
https://github.com/yuki-toida/instagram
elixir
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuki-toida/instagram
- Owner: yuki-toida
- License: mit
- Created: 2018-04-20T09:13:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T02:37:13.000Z (almost 8 years ago)
- Last Synced: 2025-10-22T22:54:14.097Z (8 months ago)
- Topics: elixir
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram
simple HTTP client for [Instagram](https://www.instagram.com/developer/).
## Installation
```elixir
def deps do
[
{:instagram, "~> 0.1.0"}
]
end
```
## Configuration
```elixir
use Mix.Config
config :instagram,
client_id: 999999999,
client_secret: "YOUR CLIENT SECRET",
redirect_uri: ""
```
client_secret: you can use environment variables.
```bash
export CLIENT_SECRET="YOUR CLIENT SECRET"
```
## License
MIT