Skip to content
/ TDS2 Public

TDS2 - Telegram Data Storage System. Is python library that use telegram api to manage files in your channels. This system can be also used theoreticaly as infinity encrypted cloud storage...

License

Notifications You must be signed in to change notification settings

ZatON318/TDS2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📜 TDS2

  • TDS2 - Telegram Data Storage System.
  • TDS2 is python library that use telegram api to manage files in your channels.
  • This system also have a webgui that can be used as your private cloud that stores files in telegram channels

💻 Example use

from tds2 import tdsclient

client = tdsclient(API_ID, API_HASH, channel_id)
message_id = client.upload("/path/to/file")

client.download(message_id)

About

TDS2 - Telegram Data Storage System. Is python library that use telegram api to manage files in your channels. This system can be also used theoreticaly as infinity encrypted cloud storage...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages