Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rringler/instatext

Open more actions menu

Repository files navigation

Instatext

Pet project to explore the Instagram and Twilio APIs via Rails.

Dependencies

Environment Variables

The app needs a few environment variables necessary to work with the APIs. In development it's set up to look for a config/app_env_vars.rb to define the variables. Please make sure these variables get loaded on your production machine as well.

if !Rails.env.production?
	ENV['INSTAGRAM_CLIENT_ID'] = 'instagram client id'
	ENV['INSTAGRAM_CLIENT_SECRET'] = 'instagram client secret key'
	ENV['INSTAGRAM_AUTH_CALLBACK_URL'] = 'http://publicly-reachable-url/auth_callback'
	ENV['INSTAGRAM_SUB_CALLBACK_URL'] = 'http://publicly-reachable-url/sub_callback'
	ENV['TWILIO_ACCOUNT_SID'] = 'twilio account SID'
	ENV['TWILIO_AUTH_TOKEN'] = 'twilio auth token'
	ENV['SECRET_TOKEN'] = 'rails secret token'
end

About

Small application to send texts when followers post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.