vitorarins / insta-follow-bot

Web crawler to follow 14 people on instagram and unfollow them every 20 minutes
Apache License 2.0
1 stars 0 forks source link

Abit of a stupid question #1

Open ghost opened 8 years ago

ghost commented 8 years ago

where do i add the client id and secret

vitorarins commented 8 years ago

You can export them as environment variables like this:

export CLIENT_ID="your client id"

But Instagram changed their API and now this would only work if you become a sponsored client paying to use their API.