Skip to content

Scrapes InStockTrades for new Comic Book additions and alerts through Discord.

Notifications You must be signed in to change notification settings

timo1227/Discord-ComicBook-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot for InStockTrades Damage Comics

Version

This Bot will scrape InStockTrades for Comics under the Damage Category then Notify User about new Comics Added to the Website.

Tech Stack

Python
MongoDB
Discord
Docker

Requirements

Install Docker-Compose: Docker
Obtain a Discord Bot Token: Discord
Obtain the Channel ID you want the Bot to send the Alert to: Where to find ID
Allow all Privileged Gateway Intents in the Bot Settings: Privileged Gateway Intents
Generate Invite Link for the Bot with the following Permissions (2733747731520): Invite Link Generator

Installation

Clone the Repo and Create the MongoDB Database Folder

  $ git clone https://github.com/timo1227/Discord-ComicBook-Bot.git
  $ mkdir -pv ~/mongodb/database

Configure the docker-compose.yml file with your Discord Bot Token, Channel Id, and MongoDB Link

  environment:
  - CHANNEL=<CHANNEL_HERE>
  - TOKEN=<TOKEN_HERE>

Run Locally

Inside the Repo Folder Start the Docker Containers

  $ docker-compose up -d

To Stop the Bot

  $ docker-compose down

Discord Commands

  !start - Start the Bot
  !stop - Stop the Bot

Suggestions and Issues

If you have any Suggestions or Issues please open an Issue on Github.

About

Scrapes InStockTrades for new Comic Book additions and alerts through Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published