Cloud

Deploy a Telegram bot on AWS

Project URL: https://github.com/tompy017/daily_variations_crypto_bot

  • Successfully deployed bot for Telegram (@daily_variations_crypto_bot) written in python that fetches and reply the current and past 24H price variations for a coin listed on Coingecko API.
  • Instantiated an Amazon Linux VM (t2.micro) on EC2 service secured with SSH key-pairs authentication.
  • Installed python and pip manager, cloned my repository and installed its requirements from GitHub, and utilized a .env file for secure environment variables.
  • Used tmux to connect and keep my instance running when my ssh is turned off.