| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,6 @@ on: | |||
| 4 | 4 | push: | |
| 5 | 5 | branches: | |
| 6 | 6 | - ep2024 | |
| 7 | - - ep2025 | ||
| 8 | 7 | schedule: | |
| 9 | 8 | - cron: "*/10 * * * *" # every 10 minutes | |
| 10 | 9 | workflow_dispatch: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Variables for the project | |
| 2 | 2 | # ========================= | |
| 3 | - CONFERENCE ?= ep2025 | ||
| 3 | + CONFERENCE ?= ep2024 | ||
| 4 | 4 | DATA_DIR ?= ./data/public/$(CONFERENCE)/ | |
| 5 | 5 | ||
| 6 | 6 | # Variables for remote host | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # 🎤 programapi | |
| 2 | 2 | ||
| 3 | - This project powers the **EuroPython 2025** website, Discord bot, and internal bot 🦜 by downloading, transforming, and serving clean, structured JSON files for sessions, speakers, and the schedule, all pulled from Pretalx. | ||
| 3 | + This project powers the **EuroPython 2024** website, Discord bot, and internal bot 🦜 by downloading, transforming, and serving clean, structured JSON files for sessions, speakers, and the schedule, all pulled from Pretalx. | ||
| 4 | 4 | ||
| 5 | 5 | Built for transparency. Designed for reuse. Optimized for EuroPython. | |
| 6 | 6 | ||
@@ -87,14 +87,14 @@ PRETALX_TOKEN=your_api_token_here | |||
| 87 | 87 | Hosted at: | |
| 88 | 88 | ||
| 89 | 89 | ``` | |
| 90 | - https://static.europython.eu/programme/ep2025/releases/current | ||
| 90 | + https://static.europython.eu/programme/ep2024/releases/current | ||
| 91 | 91 | ``` | |
| 92 | 92 | ||
| 93 | 93 | | Endpoint | Description | | |
| 94 | 94 | |-----------------------------------------------------------------------------------------------------|-------------------------------| | |
| 95 | - | [`/speakers.json`](https://static.europython.eu/programme/ep2025/releases/current/speakers.json) | List of confirmed speakers | | ||
| 96 | - | [`/sessions.json`](https://static.europython.eu/programme/ep2025/releases/current/sessions.json) | List of confirmed sessions | | ||
| 97 | - | [`/schedule.json`](https://static.europython.eu/programme/ep2025/releases/current/schedule.json) | Latest conference schedule | | ||
| 95 | + | [`/speakers.json`](https://static.europython.eu/programme/ep2024/releases/current/speakers.json) | List of confirmed speakers | | ||
| 96 | + | [`/sessions.json`](https://static.europython.eu/programme/ep2024/releases/current/sessions.json) | List of confirmed sessions | | ||
| 97 | + | [`/schedule.json`](https://static.europython.eu/programme/ep2024/releases/current/schedule.json) | Latest conference schedule | | ||
| 98 | 98 | ||
| 99 | 99 | --- | |
| 100 | 100 | ||
@@ -111,4 +111,4 @@ Feel free to open an issue or reach us at [infra@europython.eu](mailto:infra@eur | |||
| 111 | 111 | ||
| 112 | 112 | --- | |
| 113 | 113 | ||
| 114 | - 📅 Last updated for: **EuroPython 2025** | ||
| 114 | + 📅 Last updated for: **EuroPython 2024** | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ | |||
| 31 | 31 | "sessions_before": null, | |
| 32 | 32 | "next_session": null, | |
| 33 | 33 | "prev_session": null, | |
| 34 | - "website_url": "https://ep2025.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic", | ||
| 34 | + "website_url": "https://ep2024.europython.eu/session/this-is-a-test-talk-from-a-test-speaker-about-a-test-topic", | ||
| 35 | 35 | "youtube_url": "https://youtube.com/watch?v=01234567890" | |
| 36 | 36 | }, | |
| 37 | 37 | "B8CD4F": { | |
@@ -57,7 +57,7 @@ | |||
| 57 | 57 | "sessions_before": null, | |
| 58 | 58 | "next_session": null, | |
| 59 | 59 | "prev_session": null, | |
| 60 | - "website_url": "https://ep2025.europython.eu/session/a-talk-with-shorter-title", | ||
| 60 | + "website_url": "https://ep2024.europython.eu/session/a-talk-with-shorter-title", | ||
| 61 | 61 | "youtube_url": "https://youtube.com/watch?v=12345679012" | |
| 62 | 62 | } | |
| 63 | 63 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,6 @@ | |||
| 13 | 13 | "bluesky_url": "https://bsky.app/profile/username.bsky.social", | |
| 14 | 14 | "mastodon_url": null, | |
| 15 | 15 | "twitter_url": null, | |
| 16 | - "website_url": "https://ep2025.europython.eu/speaker/a-speaker" | ||
| 16 | + "website_url": "https://ep2024.europython.eu/speaker/a-speaker" | ||
| 17 | 17 | } | |
| 18 | 18 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,8 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | 7 | class Config: | |
| 8 | - event = "europython-2025" | ||
| 9 | - event_dir_name = "ep2025" | ||
| 8 | + event = "europython-2024" | ||
| 9 | + event_dir_name = "ep2024" | ||
| 10 | 10 | api_version = "v1" | |
| 11 | 11 | ||
| 12 | 12 | project_root = Path(__file__).resolve().parents[1] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,19 +2,19 @@ | |||
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | 4 | class SpeakerQuestion: | |
| 5 | - affiliation = "Company/Organization/Educational Institution" | ||
| 5 | + affiliation = "Company / Organization / Educational Institution" | ||
| 6 | 6 | homepage = "Social (Homepage)" | |
| 7 | 7 | twitter = "Social (X/Twitter)" | |
| 8 | 8 | bluesky = "Social (Bluesky)" | |
| 9 | - linkedin = "Social (LinkedIn)" | ||
| 10 | 9 | mastodon = "Social (Mastodon)" | |
| 11 | - gitx = "Social (GitHub/GitLab)" | ||
| 10 | + linkedin = "Social (LinkedIn)" | ||
| 11 | + gitx = "Social (Github/Gitlab)" | ||
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | 14 | class SubmissionQuestion: | |
| 15 | 15 | outline = "Outline" | |
| 16 | - tweet = "Abstract as a short post (150 character max)" | ||
| 17 | - delivery = "My presentation can be delivered in-person" | ||
| 16 | + tweet = "Abstract as a tweet / toot" | ||
| 17 | + delivery = "My presentation can be delivered" | ||
| 18 | 18 | level = "Expected audience expertise" | |
| 19 | 19 | ||
| 20 | 20 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments