it only 4.4 MB Vercel size limit you can deploy your own copy and get 2GB telegram limit limits.
-
Clone the Repository
git clone https://github.com/TeaByte/mt-uploader.git cd mt-uploader
-
Install Dependencies
npm install
-
Start MTPROTO API
# Don't forget to put telegram bot-token, etc.. in ( main.py ) cd mtproto pip install requirements.txt py main.py
-
Make
.env
File# Telegram MTPROTO Flask API endpoint PYTHON_MTPROTO_API_URL=http://127.0.0.1:80 # Database DATABASE_URL=postgres://....neon.tech/main SHADOW_DATABASE_URL=postgres://....neon.tech/shadow # Google Recaptcha V2 RECAPTCHA_SECRET_KEY=...
Neon PostgreSQL: https://console.neon.tech
-
Start the Development Server
npm run dev