S
S
Sergey Yavin2020-06-11 18:19:25
Python
Sergey Yavin, 2020-06-11 18:19:25

How to store document files in SQlite?

Chat bot on python pyTelegramBotAPI. I need to implement sending and receiving files. How can I receive files, store them in the database and issue them on request?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Yakushenko, 2020-06-11
@sjaserds

You cannot store files in SQLite, at best use it to index files if there are too many of them. In general, learn to google - it's very simple: you write in Google "python file share bot telegram" and on the first link immediately the repository with exactly what you want, straight 1 in 1, here it is .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question