App Sneak is a service for web scraping information about the latest updates of Russian sanctioned iOS apps.
The service has integration with Telegram: a bot for sending notifications to the specified Telegram channel.
- Install Node.js
- Install project dependencies:
npm i
- Copy
.env.exampleto.env.localand fill in the required environment variables - Run the bot:
npm run dev
Set environment variables on your server (example for Dokploy) where the bot will be running.
- Run the bot:
npm start