The project uses environment variables for configuration. These are stored in the .env
file. Make sure to set the following variables:
DATABASE_URL
: The URL for your SQLite database.TELEGRAM_TOKEN
: The token for your Telegram bot.IG_USERNAME
: The username for your Instagram account.IG_PASSWORD
: The password for your Instagram account.
To build the project, use the following command: npm run build
This will compile the TypeScript files into JavaScript.
To run the project, use the following command: npm start
You can find and interact with the bot in the following messengers:
Contributions are welcome. Please make sure to update tests as appropriate.
This project is licensed under the ISC license. See the LICENSE
file for details.