Skip to content

Commit 4cbeca7

Browse files
committed
readme: adding API key configuration
1 parent 88d3bb0 commit 4cbeca7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ sopel-imdb is an movie lookup module for Sopel.
1111
Since omdbapi put their API behind a free key, moving this module to a standalone repository and not in core
1212

1313
## Usage
14+
```
15+
# Update your sopel config with the OMDb API key
16+
[imdb]
17+
api_key = 12345678
18+
```
19+
1420
```
1521
# Get Movie info
1622
.imdb Citizen Kane

0 commit comments

Comments
 (0)