- Python 3.10
- Git
- Clone this repo via:
- HTTPS
git clone https://github.com/illustratumq/instapuller-bot
- SSH
git clone [email protected]:illustratumq/instapuller-bot.git
- HTTPS
- Move to the directory
cd aiogram-v2-template
- Rename
env.example
to.env
and replace variables to your own
- Create a virtual environment:
python -m venv venv
- Activate a virtual environment:
source ./venv/bin/activate
or. ./venv/bin/activate
- Install requirements:
pip install -r requirements.txt
- Run your bot:
python -O bot.py
- Note: You need to have Docker and Docker Compose installed:
- Debian-based distro:
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt install docker docker-compose
- Debian-based distro:
- Run command:
sudo docker pull selenoid/chrome:latest && sudo docker-compose up --build