https://github.com/sopel-irc/sopel-imdb
A working re-implementation of the imdb module for Sopel
https://github.com/sopel-irc/sopel-imdb
Last synced: 7 months ago
JSON representation
A working re-implementation of the imdb module for Sopel
- Host: GitHub
- URL: https://github.com/sopel-irc/sopel-imdb
- Owner: sopel-irc
- License: mit
- Created: 2019-01-09T14:03:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T10:42:06.000Z (about 1 year ago)
- Last Synced: 2024-10-07T21:06:53.068Z (9 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sopel-irc/sopel-imdb/actions/workflows/python-tests.yml)
[](https://badge.fury.io/py/sopel-modules.imdb)
[](https://lgtm.com/projects/g/sopel-irc/sopel-imdb/alerts/)
[](https://lgtm.com/projects/g/sopel-irc/sopel-imdb/context:python)**Maintainer:** [@RustyBower](https://github.com/rustybower)
# sopel-imdb
sopel-imdb is an movie lookup module for Sopel.Since omdbapi put their API behind a free key, moving this module to a standalone repository and not in core
## Usage
```
# Get Movie info
.imdb Citizen Kane
[Movie] Title: Citizen Kane | Year: 1941 | Rating: 8.4 | Genre: Drama, Mystery | IMDB Link: http://imdb.com/title/tt0033467# Get TV Series info
.imdb Chuck
[Series] Title: Chuck | Seasons: 5 | Year: 2007–2012 | Rating: 8.2 | Genre: Action, Comedy, Drama | IMDB Link: http://imdb.com/title/tt0934814
```## Requirements
```
requests
sopel
```