Skip to content

A Script that notifies you through a Discord Webhook when a game of chess has been played on Chess.com

Notifications You must be signed in to change notification settings

AnanasHerz/Chess-Bot-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Bot Webhook

A Script that notifies you through a Discord Webhook when a game of chess has been played on Chess.com.

Requirements

  • Python 3.6 or above
  • Permission to create a Discord Webhook in the Server
  • A hosting service e.g. AWS (optional)

Installation

Python libraries:

  pip install discord-webhook
  pip install DateTime
  pip install pytz
  pip install requests

Usage

Create a txt file with the Webhook's URL named webhook.txt or replace the contents of the variable webhook_url in line 6 to your Webhook's url. Replace the contents of the variable player in line 14 to your Chess.com username. Create a txt file named last-game.txt.

Embed demo

Demo

About

A Script that notifies you through a Discord Webhook when a game of chess has been played on Chess.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages