lurnot3k / discord-bot-amazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forthebadge made-with-python GitHub release Maintenance LinkedIn ForTheBadge makes-people-smile ForTheBadge built-with-swag


Logo

Discord-Bot-Amazon-Price-Tracker

A Discord bot that tracks Amazon item prices and alerts you when there is a price drop!
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Product Name Screen Shot

This is a fun little project I built to track some of my favourite Amazon items with my friends. While there are many other tools that do the same (namely CamelCamelCamel), I prefer to be notified on Discord, where I can also monitor certain items with my friends!

Built With

Getting Started

Refer to the following and install the following packages:

Prerequisites

You MUST install the following:

  • requests-html
    pip install requests-html
  • nest-asyncio
    pip install nest-asyncio

Usage

  1. Create a new Discord Bot Application at https://discord.com/developers/applications

  2. Clone the repo

    git clone https://github.com/ryanhejs/discord-bot-amazon.git

    OR

    Fork this repl at https://replit.com/@ryanhejs/DiscordBot

  3. Create an .env and add: TOKEN

    TOKEN = YOUR_TOKEN_AS_IS

    OR

    Add your bot token in Repl

    Token Screen Shot

  4. Add the Discord bot to your server with (REPLACE: YOUR_ID_HERE with your bot token) https://discord.com/api/oauth2/authorize?client_id=YOUR_ID_HERE&permissions=523328&scope=bot

  5. Run the bot

    python panda.py
    

    OR

    Run on Repl

Usage

use !help in the server for instructions

Contact

Project Link: https://github.com/ryanhejs/discord-bot-amazon

About


Languages

Language:Python 100.0%