Skip to content

Discord recipe bot in .net core 2. Dependency Injection. Web scraping. Discord.Net

License

Notifications You must be signed in to change notification settings

alancuriel/DiscordRecipeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodify - Discord Hack Week

alt text

Recipe Foodify is a discord bot that can help you find great recipes for whatever you are looking for.


Program utilizes Dependency injection to manage libraries and allow for future testing. Recipe information was scraped from Allrecipes.com and displayed through Discord .Net embeds.

Configuration

Create a folder called Config inside the BotCore folder. Inside the config folder, add a file called BotToken.json and put your token surrounded in quotes inside it.

Compiling

Visual Studio

Command Line

Usage

Call your bot inside the server like this to get a recipe

@<BotName> recipe chicken 

Call your bot inside the server like this to get multiple results of a search

@<BotName> top tuna 

Libraries

About

Discord recipe bot in .net core 2. Dependency Injection. Web scraping. Discord.Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages