It is a telegram bot that can Get exif data, metadata or hidden data from an image file
- Python 3.11
- pip3
- virtualenv
This project requires a virtual environment, in this case virtualenv is used.
$ python -m virtualenv venv
Enable virtual environment
$ source venv/Scripts/activate
Install all project dependencies using:
$ pip install -r requirements.txt
Copy the .env-example file to .env, create a bot with Telegram BotFather, copy the accesses and configure the .env file.
$ copy .env-example .env
.env file
APP_ENV=true
TELEGRAM_BOT_TOKEN=
TELEGRAM_BOT_WEBHOOK=
CONTACT_PAGE_LINK=
GOOGLE_MAPS_LINK=https://www.google.com/maps/search/?api=1&query=
$ python app.py
Set webhook to enable telegram bot e.g. https://domain.com/handler, it must replace the domain and only works with SSL.