Skip to content

My first Python practice. Simple bot that recieves a photo and returnes some data from exif

Notifications You must be signed in to change notification settings

nikolai-smolianinov/exif-data_telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot

exif-data_telegram-bot

My first Python practice. Simple bot that receives a photo and returns some data from exif

I never wrote a single line of code in Python before, so go easy on me =)

i use:
pyTelegramBotAPI
Pillow

to be able to launch this bot you're gonna need config.json file in root folder:

{
  "TG_API_TOKEN": "",
  "proxy": {
    "ip": "",
    "port": "",
    "user": "",
    "password": ""
  }
}

About

My first Python practice. Simple bot that recieves a photo and returnes some data from exif

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages