Last active
April 21, 2024 20:54
-
-
Save RayyanNafees/0ec6f89eb7dafa862de31f329b6ceea1 to your computer and use it in GitHub Desktop.
Revisions
-
RayyanNafees revised this gist
Apr 21, 2024 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,16 +6,21 @@ - [Discord DB](https://www.npmjs.com/package/discord-cloud-database) - Unlimited Discord Dataase with 8 mb each file - [TeleSync](https://github.com/FujiwaraChoki/TeleSync) - Unlimited Telegram Dataase with 2 GB each file, chunked with python (Try rust or C for faster) ## Other Links - [Telegram OAuth](https://dev.to/shaggyrec/telegram-oauth-authorization-for-your-site-3f4l) ## Video links - [UnLim App Short Intro](https://youtube.com/shorts/_Y99PoFj3Cs?si=bDE_iY73tzQ6hoE0) - Unlimited storage with Telegram - [TeleSync Video](https://youtu.be/vCAcc_q-NNw?si=QZz5tdkdOWCLTwr2) - Implementing TeleSync with python CLI - [Discord Upload Strategy](https://youtu.be/c_arQ-6ElYI?si=AXSBARnyD0CvlB1s) - Dude implemented a very slow Discord Upload service - [Discord Security Updates](https://youtu.be/fIaECsmVqLw?si=t6zhVbuTk-oEqYo8) - Discord expires links each day for protecting malware link spreading - [Telegram Upload Strategy](https://youtu.be/QiGKrBDqmKg?si=qSTDtbzMWVj5dT2J)- Stealing storage from telegram ## Apps build in this - [UnLim App Store](https://play.google.com/store/apps/details?id=com.kratosle.unlim&hl=en_IN&gl=US) - Telegram based unlimited storage - [PlayBook](https://www.playbook.com/rayyano) - 100GB - 4 TB cloud storage - [TelDrive](https://teldrive.vercel.app) ## Tech Stack -
RayyanNafees revised this gist
Apr 20, 2024 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,14 +8,14 @@ ## Video links - [UnLim App Short Intro](https://youtube.com/shorts/_Y99PoFj3Cs?si=bDE_iY73tzQ6hoE0) - Unlimited storage with Telegram - [TeleSync Video](https://youtu.be/vCAcc_q-NNw?si=QZz5tdkdOWCLTwr2) - Implementing TeleSync with python CLI - [Discord Upload Strategy](https://youtu.be/c_arQ-6ElYI?si=AXSBARnyD0CvlB1s) - Dude implemented a very slow Discord Upload service - [Discord Security Updates](https://youtu.be/fIaECsmVqLw?si=t6zhVbuTk-oEqYo8) - Discord expires links each day for protecting malware link spreading ## Apps build in this - [UnLim App Store](https://play.google.com/store/apps/details?id=com.kratosle.unlim&hl=en_IN&gl=US) - Telegram based unlimited storage - [PlayBook](https://www.playbook.com/rayyano) - 100GB - 4 TB cloud storage ## Tech Stack -
RayyanNafees revised this gist
Apr 20, 2024 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,10 @@ - [Discord Upload Strategy](https://youtu.be/c_arQ-6ElYI?si=AXSBARnyD0CvlB1s) - Dude implemented a very slow Discord Upload service - [Discord Security Updates](https://youtu.be/fIaECsmVqLw?si=t6zhVbuTk-oEqYo8) - Discord expires links each day for protecting malware link spreading ## Apps build in this - UnLim - PlayBook ## Tech Stack - KV: TiKV (storing the path info) -
RayyanNafees revised this gist
Apr 20, 2024 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,20 @@ # Endless Drive Links: ## DB Upload Libraries - [TiDB](https://tidbcloud.com/console/clusters/10791241664997902993/overview) - 25GB of KV db with TiKV - [Discord DB](https://www.npmjs.com/package/discord-cloud-database) - Unlimited Discord Dataase with 8 mb each file - [TeleSync](https://github.com/FujiwaraChoki/TeleSync) - Unlimited Telegram Dataase with 2 GB each file, chunked with python (Try rust or C for faster) ## Video links - [UnLim App](https://youtube.com/shorts/_Y99PoFj3Cs?si=bDE_iY73tzQ6hoE0) - Unlimited storage with Telegram - [TeleSync Video](https://youtu.be/vCAcc_q-NNw?si=QZz5tdkdOWCLTwr2) - Implementing TeleSync with python CLI - [Discord Upload Strategy](https://youtu.be/c_arQ-6ElYI?si=AXSBARnyD0CvlB1s) - Dude implemented a very slow Discord Upload service - [Discord Security Updates](https://youtu.be/fIaECsmVqLw?si=t6zhVbuTk-oEqYo8) - Discord expires links each day for protecting malware link spreading ## Tech Stack - KV: TiKV (storing the path info) - Server: Hono - Frontend: React + Tailwind (using Hono SSR) -
RayyanNafees created this gist
Apr 20, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # Endless Drive Links: - [TiDB](https://tidbcloud.com/console/clusters/10791241664997902993/overview) - 25GB of KV db with TiKV - [Discord DB](https://www.npmjs.com/package/discord-cloud-database) - Unlimited Discord Dataase with 8 mb each file - [TeleSync](https://github.com/FujiwaraChoki/TeleSync) - Unlimited Telegram Dataase with 2 GB each file, chunked with python (Try rust or C for faster)