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).
- Host: GitHub
- URL: https://github.com/torhamdev/better-movie-finder
- Owner: TorhamDev
- License: mit
- Created: 2023-07-21T05:06:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:03:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T17:56:33.280Z (about 1 year ago)
- Topics: python, python-script, scraper, scrapy
- Language: Python
- Homepage:
- Size: 311 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
[](./LICENSE)