Skip to content

zokovi/DiscordGPUStockCheckerBOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordGPUStockCheckerBOT

Bot & Scraper for checking Nvidia GPU availability in MSRP from Indonesian e-commerce sites.

Bot made using discord API wrapper for python: https://github.com/Rapptz/discord.py

Scraping uses Selenium and BeautifulSoup4 in python.

This bot currently scrapes from Nvidia Geforce Official Store in Tokopedia.

Requirements

  1. Selenium and driver (ex. geckodriver)

    pip install Selenium

    https://github.com/mozilla/geckodriver/releases

  2. BeautifulSoup4

    pip3 install beautifulsoup4

  3. lxml-parser

    pip3 install lxml

  4. discord.py

    pip3 install discord.py

Usage

  1. Install Requirements (advised to use virtualenv) and put the driver to ./bin/

  2. Change TOKEN in the main.py to your discord bot tokens.

  3. Run the main.py (activate virutalenv first if you're using virtualenv)

    python3 main.py

Future Updates

Change bot to use cog

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages