https://github.com/miroslavvidovic/findmovie
Fetch and display movie information from imdb.com in the terminal
https://github.com/miroslavvidovic/findmovie
bash-script imdb-webscrapping movies scraping-websites
Last synced: 8 months ago
JSON representation
Fetch and display movie information from imdb.com in the terminal
- Host: GitHub
- URL: https://github.com/miroslavvidovic/findmovie
- Owner: miroslavvidovic
- License: mit
- Created: 2018-07-08T18:38:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T15:16:37.000Z (about 7 years ago)
- Last Synced: 2024-12-29T08:11:44.218Z (10 months ago)
- Topics: bash-script, imdb-webscrapping, movies, scraping-websites
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# findmovie
Fetch and display movie information from imdb.com in the terminal
---
## Getting Started
These instructions will get you a copy of the script up and running on your local machine
### Requirements
- [curl](https://curl.haxx.se/) - Transfer data from the server
Curl can be installed by your system package manager
```
sudo apt install curl
```
### Installing
Clone the repository, fetch the required submodules, make the script executable and run it
```
git clone https://github.com/miroslavvidovic/findmovie
git submodule init
git submodule update
chmod +x findmovie
```
### Usage
```
findmovie movie-name
findmovie "Alien"
```

If you wish to change the output format edit the findmovie.mo file.
## Built with
- [mo](https://github.com/tests-always-included/mo) - Mustache templates in bash
- [bash-spinner](https://github.com/tlatsas/bash-spinner) - Small progress spinner
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.
## Authors
* **Miroslav Vidovic** - [miroslavvidovic](https://github.com/miroslavvidovic)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details