Skip to content

Commit 0dd8fa1

Browse files
authored
Replace EuroPython references with PyLadies
1 parent 6a98a79 commit 0dd8fa1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 🎀 programapi
22

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 **PyLadiesCon 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.
44

5-
Built for transparency. Designed for reuse. Optimized for EuroPython.
5+
Built for transparency. Designed for reuse. Optimized for PyLadiesCon.
66

77
---
88

@@ -21,8 +21,8 @@ Built for transparency. Designed for reuse. Optimized for EuroPython.
2121

2222
1. **Clone the repo**
2323
```bash
24-
git clone https://github.com/EuroPython/programapi.git
25-
cd programapi
24+
git clone https://github.com/pyladies/global-conference-programapi.git
25+
cd global-conference-programapi
2626
```
2727

2828
2. **Install [uv](https://docs.astral.sh/uv/getting-started/installation/)** (fast Python package manager)
@@ -87,14 +87,14 @@ PRETALX_TOKEN=your_api_token_here
8787
Hosted at:
8888

8989
```
90-
https://static.europython.eu/programme/ep2025/releases/current
90+
http://programapi.conference.pyladies.com/
9191
```
9292

9393
| Endpoint | Description |
9494
|-----------------------------------------------------------------------------------------------------|-------------------------------|
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://programapi.conference.pyladies.com/speakers.json) | List of confirmed speakers |
96+
| [`/sessions.json`](https://programapi.conference.pyladies.com/sessions.json) | List of confirmed sessions |
97+
| [`/schedule.json`](https://programapi.conference.pyladies.com/schedule.json) | Latest conference schedule |
9898

9999
---
100100

@@ -107,8 +107,8 @@ Check out the πŸ‘‰ [`data/examples/README.md`](data/examples/README.md) for a fu
107107

108108
## πŸ’¬ Questions? Feedback?
109109

110-
Feel free to open an issue or reach us at [[email protected]](mailto:[email protected]). We love contributors πŸ’œ
110+
Feel free to open an issue or reach us at [[email protected]](mailto:[email protected]). We love contributors πŸ’œ
111111

112112
---
113113

114-
πŸ“… Last updated for: **EuroPython 2025**
114+
πŸ“… Last updated for: **PyLadiesCon 2025**

0 commit comments

Comments
Β (0)