Skip to content

Telegram bot that allows you to extract EXIF data from images.

License

Notifications You must be signed in to change notification settings

Forest33/exifbot

Repository files navigation

exifbot

Telegram bot that allows you to extract EXIF data from images.

Installation

Create database and user

CREATE DATABASE exifbot;
CREATE USER exifbot WITH LOGIN PASSWORD 'change-me';
GRANT ALL ON DATABASE exifbot TO exifbot;
git clone https://github.com/Forest33/exifbot.git
cd exifbot

Edit the config file config/exifbot.json

docker-compose up -d

About

Telegram bot that allows you to extract EXIF data from images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published