Ecosyste.ms: Awesome
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 22 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:03:54.000Z (over 1 year ago)
- Last Synced: 2023-08-01T16:56:56.266Z (over 1 year ago)
- Topics: python, python-script, scraper, scrapy
- Language: Python
- Homepage:
- Size: 311 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 srcpython gui_main.py
# Enjoy again :)
```
## License[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)