Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1009 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1009 Bytes

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