auyu0408 / FoodBot

This is a discord bot for choosing what to eat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoodBot ๐Ÿ” ๐ŸŸ

This is a discord bot for choosing what to eat.

Unittest Coverage

Set Up

Prerequisites

  • Python 3.10
  • pipenv

Step by step

  1. Clone repo
$ git clone https://github.com/auyu0408/FoodBot.git
  1. Install pipenv
$ pipenv install --python 3.10
  1. Install Dependencies
$ sudo apt install build-essential libpython3-dev libdbus-1-dev
$ pip install -U discord.py
$ pip install beautifulsoup4
$ pip install requests
$ cd FoodBot
$ pip install -r requirements.txt
  1. Change config.ini.sample into config.ini
$ cp config.ini.sample config.ini
  1. Configure your Discord Bot token image

  2. Start the application

$ pipenv shell
$ python bot.py
  1. Invite the bot into ypur discord server

About

This is a discord bot for choosing what to eat.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%