Repository of PIdeas_bot

Python Aiogram

About

Funny telegram bot for generating projects ideas. Written on aiogram.

Setting up

Preparations

  • Update package lists sudo apt-get update;
  • Make sure Git and docker-compose are installed apt-get install git docker-compose -y;
  • Clone this repo via git clone https://github.com/im-koala/IdeasBot;
  • Move to the directory cd IdeasBot.

Deployment

  • Rename .env.sample to .env and replace a token placeholder and owner id with your own one;
  • Start the bot: sudo docker-compose up.

GitHub

View Github