Skip to content

Bot made to periodically notify on Discord channels about new posts of an instagram profile

Notifications You must be signed in to change notification settings

danielmunier/pochi

Repository files navigation

Pochi

Application initially made to periodically notify on Discord channels about job opportunity being advertised on certain Instagram profiles.

Features

  • 🟦 Typescript
  • 🔥 Slash Commands
  • 🪜 Ranking
  • ✉️ Message commands
  • 🕛 Cooldowns
  • 🏴 Permissões detalhadas
  • 💪 Event & Command handlers
  • 🍃 MongoDB Support
  • 🍃 [DEACTIVATED] Instagram API Consumption
  • 🍃 Tickets

Usage example

"Embed Instagram"

Installation, Build and Run

  1. Clone the repository then create a file named .env and fill it out accordingly

  2. 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
  1. Compile your TypeScript code to JavaScript by running the following command:
tsc
  1. 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

Configuration

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

References

About

Bot made to periodically notify on Discord channels about new posts of an instagram profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published