Skip to content

JREnglander/DiscordBotMiniProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Chef Bot

Goals

  • Understand making a server, API, and other networking tech
  • Create a discord bot that can provide recomendations and timely instructions
  • Practice proper git
  • Learn about using a raspberry pi for creating a server

Set up

Python modules to install (Will be updated with more modules as necessary)

  • discord.py
  • python-dotenv
  • requests
  • ...

Setting up .env file

  1. Create the file in the directory
  2. Add the following key value pairs to the file:
    DISCORD_TOKEN
    WEATHER_API_KEY
    any other keys for api ids or other information
  3. This file should be kept local to protect values of the keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages