/NewsBot

A bot to use the News API in Discord !

Primary LanguagePythonApache License 2.0Apache-2.0

NewsBot

A bot to use the News API in Discord !

Requirements

The following modules are required:

  • py-cord (^2.4.1)
  • python-dotenv (^1.0.0)
  • requests (^2.31.0)

All of them are listed in pyproject.toml and requirements.txt

You also need to provide 2 variables in a .env file:

  • BOT_TOKEN : a Discord's bot token
  • NEWSAPI_KEY : an api key from News API

Installation

Don't forget to use Poetry integrated environments or venv with pip

Poetry (Recommended)

poetry install

Pip

pip install -r requirements.txt