Skip to content

бот для извлечения и сохранения детальной информации по чеку

License

Notifications You must be signed in to change notification settings

patsak/tg-receipt-bot

Repository files navigation

tg-receipt-bot

Бот для telegram для извлечения полного содержимого чека по тексту из баркода и запись его в google spreadsheet.

Alt text Alt text

Запущенная версия бота - https://t.me/ReceiptDecodeBot

Запуск

$ cat << EOF > nginx.env
NGINX_HOST=bot.example.com # host where bot has been started
TOKEN=104367746AbAbAbAbAbAbAbAb-yZw # telegram bot token
EOF

$ cat << EOF | tee web-auth.env > bot.env
CLIENT_SECRET=hjeuUHjsdhueh2 # Google OAuth2 client secret from here https://console.developers.google.com
CLIENT_ID=898923489-daskjkjkjkds12jk.apps.googleusercontent.com # Google OAuth2 client id from here https://console.developers.google.com
TOKEN=104367746AbAbAbAbAbAbAbAb-yZw # telegram bot token
DEBUG=True # log level
REDIRECT_URI=https://bot.example.com/auth # google oauth2 redirect url
WEBHOOK_BASE_URL=https://bot.example.com # base url for telegram webhook. Must be https. 
REDIS_HOST=redis

$ docker-compose up

About

бот для извлечения и сохранения детальной информации по чеку

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published