mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
- tfs(TelegramFileSystem) - linux-fuse based virtual file system module
- file_telegram_rxtx - telethon based module that provides file write/read methods - rq - redis server for message queue, caching and probably data tx and filestructure storage - docker
This commit is contained in:
parent
24ef4a5662
commit
47ba2b4d2e
6 changed files with 10 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "tfs"]
|
||||
path = tfs
|
||||
url = https://github.com/SlavikMIPT/tfs
|
0
file_telegram_rxtx/__init__.py
Normal file
0
file_telegram_rxtx/__init__.py
Normal file
3
file_telegram_rxtx/requirements.txt
Normal file
3
file_telegram_rxtx/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Telethon==0.18.3
|
||||
rq
|
||||
requests
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Telethon==0.18.3
|
||||
rq
|
||||
requests
|
1
tfs
Submodule
1
tfs
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3d275eeede442e97fa28e986a10167aae0bc523c
|
Loading…
Add table
Add a link
Reference in a new issue