NETWORK ADMINISTRATIONSsnmp

How I Steal Storage Using Code :)

A simple project on top of the Telegram’s API using Node.js to use it as an cloud storage similar to what Google Drive offers, but for free.

Hit the like and subscribe 🙂

Ignore the tags –
steal storage using code
#programming #coding #nodejs

source

by StupidGeek

simple network management protocol

29 thoughts on “How I Steal Storage Using Code :)

  • telegram actually encrypts by default

  • A very interesting project, great work! Also, what did you use to track time spent on the project?

  • Entire video was superb. Just didn't understand the one part. Time stamp : 4:05.
    "Why don't I store just a single chunk which needs to be uploaded, encrypt the chunk, upload it and just delete the chunk, that's how it's gonna store only 20MB on the server"?

    Why only 20MB when the actual file is let's say 2GB?

    Is the @StupidGeek talking about the middle server which is responsible to the the encryption and has the other APIs to upload the data to the Telegram?

  • Sir, please tell me the project Management software you are using.
    Thank you

  • how did u track time spent in the last part of the video?

  • The time you put in such projects could have been wage hours towards a NAS with no strings attached.

  • Kinda reminds me of using YouTube as a file system but in less cursed

  • If I were you I would get this thing up and working and then I'd start selling the storage to make a profit.

  • I would pay the cost of an external drive to avoid going through this lmao

  • All the splitting an encryption stuff could have been solved just using standard zip segmenting and encryption. It would also decrease the size of the upload making it faster.

  • You do know Telegram deletes data every 6 months right? All chat history, files and media, same for bots. It's in the settings it can't be turned off but you can adjust the time, max is 6 months tho

  • Your server will store 20 MB file for each client , if there are more people won't it crash ?

  • If you use typescript your code should be clear than js. And you can another solve problem that 20mb limit (polling, 2gb is webhook). But all of those stuffs take a more time you can imagine

  • "I found some libraries but they all lacked some or the other functionality" This is literally the JS ecosystem in a nutshell

Comments are closed.