Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 562 Bytes

Flask Video Streaming App

This is a Flask web application for streaming video URLs. The app utilizes MongoDB for data storage. Below is a brief overview of the main components:

Streaming Video

  • Telegram Stream: Streams videos with Telegram metadata.

Dependencies

  • Flask for web framework.
  • MongoDB for data storage.
  • Hashids for encoding and decoding URL IDs.

Feel free to explore the code for more details and customization options.

Note: Ensure that you have the required environment variables set, such as HASH_SALT, MONGO_URL.