Skip to content

Send a notification when you post a new instragram on discord

License

Notifications You must be signed in to change notification settings

T-TutoRapide/Instagram-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-Webhook

Send a notification when you post a new instragram on discord

Installation

Clone the Project or download it.

Then open a terminal in the project folder.

Do an npm install to install the dependencies.

Change the name of the file example_config.js to config.js

And complete the following information. Put the information in the ' '

webhook: 'Link webkoook',
sessionID: 'Session cookie',
user: 'Instagram account username'

How to get the sessionID go to instagram.com , and login.

Press CTRL + SHIFT + I.

Go to the tab Application / Storage the name may change depending on your browser.

Search for sessionid next to the one with the value, copy it, and paste it into the sessionID.

Once all this is done. Make node index.js a request will be made every 20 seconds.

To keep the program running in the background on your server you can use pm2 if you have it. pm2 start index.js --name "Webhook-Intagram ". You can choose any name you want.

Works only on public profiles

Contact

Discord: 𝓢amuel#7455

Discord Banner 2

Made with 💖 by TutoRapide