Application initially made to periodically notify on Discord channels about job opportunity being advertised on certain Instagram profiles.
1) Clone the repository then create a file named .env
and fill it out accordingly
1) Install typescript, To install TypeScript, you can run the following command in your terminal, This will install the latest version of TypeScript globally on your computer. (You can skip this if you already have typescript installed)
npm install -g typescript
3) Compile your TypeScript code to JavaScript by running the following command:
tsc
4) Once the build is complete it will generated a folder named build
that contains compiled version of your ts code to js. You can run the following command in your terminal to run the project:
npm start
To run this project you will need to put the following environment variables in .env file.
DISCORD_TOKEN
DISCORD_CLIENT_ID
DISCORD_JOB_CHANNEL
DISCORD_CLIENT_ID
INSTAGRAM_SESSION_ID