Bot to get the current deals from QoQa daily. Botname: @qoqarobot
- Install nodejs
- Get the telegram token for the bot and safe it in telegram_token.secret
- Run the following command:
node src/index.js
- Get a nice server (e.g. Amazon AWS EC2 instance)
- Install nodejs
- Get repository via git or copy file on the server
- Get the telegram token for the bot and safe it in telegram_token.secret
- Install pm2 (if not already installed):
sudo npm install pm2 -g
Start the app as service:
pm2 start src/index.js
Stop the app service:
pm2 stop index.js