Discord bot that contains many different functionalities:
Recipe book
Update about anime episode drops
Image scraper (sends image to user specified)
and much much more
note: install bat only installs python3, pip and discord.py microsoft c++ build tools needs seperate install Microsoft C++ build tools: https://visualstudio.microsoft.com/downloads/?q=build+tools
git clone https://github.com/LilPeenieWeenie/Tman.git && cd Tman
echo "DISCORD_TOKEN=<put your bot token here>" > .env
optional (if not ran, manual installs for the dependencies found at bottom of page)
./install.bat
chmod +x ./Tman.bat
./Tman.bat
Main commands:
- !cook
- empty(anything thats not an option) - help
- ar - add recepies , , (comma seperated or whitespace seperated) CammelCase <ex: ChickenNuggets>
- er - edit recepies (enters edit mode / follow prompts)
- lr - list recepies
- ac - add categories
- rc - remove categories (will prompt after this is sent)
- ec - edit categories (will prompt after this is sent)
- lc - list categories
- !search #will search a recipe for the !cook command
- !botherTemo @ #spams user with specified image
- !spam #will send to current channel in (only works for servers)
- !update #sends recent anime list to current channel
- !sendate @ #sends list to user specified
- !hello # say hi to the bot
- !commands #list the commands available
## Dependencies
* Microsoft C++ build tools
* Python3
* pip
* Discord.py
* python - requests
* python - dotenv
* python - bs4
## Built With
* [BS4](https://beautiful-soup-4.readthedocs.io/en/latest/) - Web Scraping Framework Used
## Authors
* **LilPeenieWeenie** - (https://github.com/LilPeenieWeenie)