The Mongo DB API facilitates data retrieval and management for the Better TG Streamer, ensuring efficient operations necessary for stream management and user interactions.
- Configure MongoDB URL: Update the
MONGO_DB_URLinmain.pyto connect your application to MongoDB. Ensure this URL matches the one used by the bot for consistent data access across your application.
-
Install Dependencies: Run the following command to install all necessary Python packages:
pip install -r requirements.txt
-
Run the Application: Use Gunicorn to start your application, suitable for both development and production:
gunicorn main:app
For inquiries or support, join our Telegram Support Group or email techshreyash123@gmail.com.