Skip to content

🤖 Telegram-bot that helps send missing persons reports, assemble search teams and search for people

Notifications You must be signed in to change notification settings

mikhalexandr/telegram-bot-pso-salvare

Repository files navigation

Telegram-bot PSO SALVARE

Telegram-bot that helps send missing persons reports, assemble search teams and search for people. It was developed for the search and rescue team "Salvar"

Note

You can find Telegram-bot here

🛠️ Tech Stack

Python Aiogram Pillow SQLite Yandex Static API Kandinsky

🎯 Quick Start

  • Clone the project to your computer from Github using the command:
git clone https://github.com/mikhalexandr/TelegramBot-PSO-SALVARE.git
  • Install all required dependencies from requirements.txt:
pip install requirements.txt
  • create .env in the project folder and paste these lines there:
BOT_TOKEN=your_tg_bot_token
MAPS_API_KEY=your_yandex_static_api_key
TUTOR_ID=your_tg_id_for_admin_panel
KANDINSKY_API_KEY=your_kandinsky_api_key
KANDINSKY_SECRET_KEY=your_kandinsky_secret_key
  • Run main.py