An open API service indexing awesome lists of open source software.

https://github.com/torhamdev/better-movie-finder

Better version of scraper script to search for movies and find movie download links from my favorite movie website (avamovie).
https://github.com/torhamdev/better-movie-finder

python python-script scraper scrapy

Last synced: about 1 year ago
JSON representation

Better version of scraper script to search for movies and find movie download links from my favorite movie website (avamovie).

Awesome Lists containing this project

README

          

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

# Better-Movie-finder
Better version of [Movie-finder](https://github.com/TorhamDev/Movie-finder/)

Is a scraper script to search for movies and find movie download links from my **favorite** movie website (**avamovie**). As a result, I don't need to open the browser to find and download the movie! XD

## Demo :)
https://github.com/TorhamDev/Better-Movie-finder/assets/87639984/9e40dc56-5ffc-4531-bcd3-fe101a409f3b

# How To Run?
Run the following commands in order
```bash
# clone the project in your local
git clone https://github.com/TorhamDev/Movie-finder.git

# install dependencies
pip install -r ./requirements.txt

# run the main.py
python src/main.py

# Enjoy :)
```
# How To Run GUI version?
```bash
# clone the project in your local
git clone https://github.com/TorhamDev/Movie-finder.git

# install dependencies
pip install -r ./requirements-gui.txt

# run the gui_main.py
cd src

python gui_main.py

# Enjoy again :)
```
## License

[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)