Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 446 Bytes

File metadata and controls

28 lines (21 loc) · 446 Bytes

An asynchronous Python tool to fetch movie data from TMDb.

Installation

  1. Clone the repository:
git clone https://github.com/n0sync/BotBuster-API
cd BotBuster-API
  1. Create a virtual environment:
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

Run the script using:

python main.py