Skip to content

Телегарам бот для скачування та перепублікації постів з Інстаграм

Notifications You must be signed in to change notification settings

illustratumq/instapuller-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python aiogram sqlalchemy sqlalchemy


Setting it up

System dependencies

  • Python 3.10
  • Git

Preparations

  1. Clone this repo via:
    • HTTPS git clone https://github.com/illustratumq/instapuller-bot
    • SSH git clone [email protected]:illustratumq/instapuller-bot.git
  2. Move to the directory cd aiogram-v2-template
  3. Rename env.example to .env and replace variables to your own

Regular Deployment

  1. Create a virtual environment: python -m venv venv
  2. Activate a virtual environment: source ./venv/bin/activate or . ./venv/bin/activate
  3. Install requirements: pip install -r requirements.txt
  4. Run your bot: python -O bot.py

Docker Deployment

  1. 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
  2. Run command: sudo docker pull selenoid/chrome:latest && sudo docker-compose up --build

About

Телегарам бот для скачування та перепублікації постів з Інстаграм

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published