fernandod1 / Instagram-to-discord

Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
https://www.fernando.info
Other
127 stars 63 forks source link

How to configure it properly ! #19

Closed emirilkkutlu closed 3 years ago

emirilkkutlu commented 3 years ago

It always says I didn't configure it properly, please help me

kasimlone commented 3 years ago

Getting the same issue after replacing the variables.

Please configure environment variables properly!

fernandod1 commented 3 years ago

Be sure you set correctly enviroment variables:

Set IG_USERNAME to username account you want to monitor. Example: ladygaga Set WEBHOOK_URL to Discord account webhook url. To know how, just Google: "how to create webhook discord". Set TIME_INTERVAL to the time in seconds in between each check for a new post. Example: 1.5, 600 (default=600 = 10 minutes)

How to setup enviroment variables: https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-environment-variables-in-linux/