Skip to content

Add events to hearthstonecalendar.com with Python & Selenium

Notifications You must be signed in to change notification settings

ruthnaebeck/hs-calendar-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hearthstone Calendar Import

Add events to hearthstonecalendar.com with Python & Selenium

  • Rename secrets.py.example to secrets.py and fill in the relevant info

Windows Install Guide

Create an events.csv file

The file needs to be comma delimited (or edit main.py) with the following on each line:

  • Event Title
  • Region (currently setup to work with Americas and Europe)
  • Event Date
  • Event Time (24 hour format + use your set timezone on the site)
  • Link Text (such as "Tournament Registration")
  • Link URL
  • Body message (currently setup to accept HTML)

Run it

python main.py

About

Add events to hearthstonecalendar.com with Python & Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages