From 8ca90fa075f62ebb174f7f53bc2bf7b32e03aa95 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 23 Sep 2020 22:48:04 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1583d1a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +FileSponge +========== + +Proxy file requests to multiple consistent mirrors of a single immutable remote source. The requested files will be always online by storing the first file response into a local database. + +This library has been created to retrieve a specific file from multiple telegram bots, without needing to know where the file is or which bot has access to it. \ No newline at end of file