We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee64ff7 commit b01e5b8Copy full SHA for b01e5b8
scripts/get_speakers.py
@@ -3,7 +3,7 @@
3
4
# Configuration variables:
5
# This URL can be a custom URL or pretalx.com/ one depending on the event configuration
6
-CONFERENCE_URL = "https://programme.europython.eu/api/events/europython-2025"
+CONFERENCE_URL = ""
7
TOKEN = "" # Not necessary, but in case of private events it's required
8
YEAR = 2025 # Some events will not have it in the URL so we do it manually
9
0 commit comments