Skip to content

it490-wizards/api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-proxy

This repository is a backend component for interfacing with the IMDb API.

Installation

python3 -m pip install -r requirements.txt

Create a file .env which defines the necessary environment variables.

IMDB_API_KEY=...
PIKA_HOST="localhost"
PIKA_PORT=5672
PIKA_USER="guest"
PIKA_PASSWORD="guest"
PIKA_VHOST="/"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages