Skip to content

Telegram bot get exif data, metadata or hidden data from an image file with python py

Notifications You must be signed in to change notification settings

jhonprimedev/telegram-bot-exif-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot Exif Data

It is a telegram bot that can Get exif data, metadata or hidden data from an image file

Requirements

  • Python 3.11
  • pip3
  • virtualenv

Virtual environments

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

Variable environment

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=

Running

$ 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.

About

Telegram bot get exif data, metadata or hidden data from an image file with python py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages