DhakaFlix Searcher is a web application that allows users to search for files like movies, anime, games, and more across multiple servers of DhakaFlix. This project uses Flask for the backend and multithreading to improve search speed by querying servers concurrently.
- Search for files across multiple servers
- Supports file types:
.mp3
,.mp4
,.mkv
,.iso
,.zip
and so on - Display icons based on file type (e.g., movie, archive, music)
- Smooth animations and transitions in the UI
- Multithreaded requests to improve performance
Searching and finding files in the web server is super slow because of multiple directories. So, this tool can come in handy for this kind of things. Its being useful to me. So, I thought why not put it here, some people might find it useful as well.
- Python 3.x
- Flask
- Requests
- Clone the repository:
git clone https://github.com/f4rh4d-4hmed/DhakaFlix-Searcher.git cd DhakaFlix-Searcher
- Install required library
pip install requirements.txt
- Run the app
python3 app.py
- Running is done. If DhakaFlix is unlocked in your area the app should work perfectly. Open http://127.0.0.1:5000/ or localhost:5000 to use the app locally.
- If you want to use it remotly you may use ngrok
There is a Compiled Python and Compiled Node.js with Electron build available for Windows only. You can try it out from release page. Tasted on x64 bit of Windows 7 and 10