A Discord bot to select, track, and obtain information on possible gift items for your friends and family! Test server invite link: https://discord.gg/UQQCZ2RP5u
Installation tested in a Ubuntu16 system. Python 3.6.9.
pip3 install -r requirements.txtcd wishbotpip3 install -U discord.pypip3 install -U python-dotenvpip3 install beautifulsoup4pip3 install requests soupsieve lxmlEdit env template.md with bot's token and guild name (steps detailed in the link below) https://realpython.com/how-to-make-a-discord-bot-python/
python3 bot.pyType the following into Discord in order to receive the respective result
give <recipient's name> a(n)
remove <recipient's name>'s
retrieve <recipient's name>
3b. To VIEW the suggested direct links to items in a specified recipient's wishlist (for small wishlists)
retrieve <recipient's name> link(s)
suggest for <recipient's name> under <cash amount either 20, 50, or 100>
advice about <recipient's name>
https://realpython.com/how-to-make-a-discord-bot-python/
https://stackoverflow.com/questions/5815747/beautifulsoup-getting-href
https://pythonspot.com/extract-links-from-webpage-beautifulsoup/
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
https://stackoverflow.com/questions/14885907/scraping-product-names-using-beautifulsoup

