Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyCon US 2023 #1127

Open
treyhunner opened this issue Jun 2, 2023 · 1 comment
Open

PyCon US 2023 #1127

treyhunner opened this issue Jun 2, 2023 · 1 comment
Assignees

Comments

@treyhunner
Copy link
Contributor

I also noticed that PyCon US 2022 was missing, so I opened #1126 for that and noted the steps that I think would be necessary for getting this data from YouTube.

@ewdurbin
Copy link

ewdurbin commented Jun 2, 2023

https://us.pycon.org/2023/schedule/conference.json might be helpful :)

aaronsgithub added a commit to aaronsgithub/pyvideo_data that referenced this issue Jun 6, 2023
Minimal download executed for pyvideo#1127

Only data that needs [no review](https://github.com/pyvideo/pyvideo_scrape#use-cases) was scraped.
This event needs further scraping and human reviewing for the description and other data to show.

Event config:
~~~yaml
repo_dir: ~/projects/pyvideo/pyvideo_data

events:
- title: PyCon US 2023
  dir: pycon-us-2023
  youtube_list:
    - https://www.youtube.com/playlist?list=PL2Uw4_HvXqvY2zhJ9AMUa_Z6dtMGF3gtb
  related_urls:
  - label: Conference schedule
    url: https://us.pycon.org/2023/schedule
  language: eng
  dates:
    begin: 2023-04-19
    end: 2023-04-27
    default: 2023-04-19
  issue: 1127
  minimal_download: true
  overwrite:
    # all: true # takes precedence over add_new_files and existing_files_fields
    add_new_files: true
    existing_files_fields:
      - copyright_text
      - duration
      - thumbnail_url
      - videos
      - description
      - language
      - recorded
      - related_urls
      - speakers
      - tags
      - title
  tags:
    - PyCon
- title: PyCon US 2022
  dir: pycon-us-2022
  youtube_list:
    - https://www.youtube.com/playlist?list=PL2Uw4_HvXqvYeXy8ab7iRHjA-9HiYhRQl
  related_urls:
  - label: Conference schedule
    url: https://us.pycon.org/2022/schedule
  language: eng
  dates:
    begin: 2022-04-27
    end: 2022-05-01
    default: 2022-04-27
  issue: 1126
  minimal_download: true
  overwrite:
    # all: true # takes precedence over add_new_files and existing_files_fields
    add_new_files: true
    existing_files_fields:
      - copyright_text
      - duration
      - thumbnail_url
      - videos
      - description
      - language
      - recorded
      - related_urls
      - speakers
      - tags
      - title
  tags:
    - PyCon
# Copy the event template here and adapt to the event parameters

# Only repo_dir: and events: are loaded

# =============================================================================
event_template:

- title: PyConxxx2019
  dir: pyconxxx
  youtube_list:
    - xxx
  related_urls:
  - label: Conference schedule
    url: xxx
  language: eng
  dates:
    begin: xxx
    end: xxx
    default: xxx
  issue: xxx
  minimal_download: true
  overwrite:
    # all: true # takes precedence over add_new_files and existing_files_fields
    add_new_files: true
    existing_files_fields:
      - copyright_text
      - duration
      - thumbnail_url
      - videos
      - description
      - language
      - recorded
      - related_urls
      - speakers
      - tags
      - title
  tags:

# ISO_639-3 language codes https://en.wikipedia.org/wiki/ISO_639-3

# languages = {
#     'ita': 'Italian',
#     'zho': 'Chinese',
#     'por': 'Portuguese',
#     'ukr': 'Ukrainian',
#     'deu': 'German',
#     'eng': 'English',
#     'rus': 'Russian',
#     'fra': 'French',
#     'spa': 'Spanish',
#     'eus': 'Basque',
#     'cat': 'Catalan',
#     'glg': 'Galician',
#     'kor': 'Korean',
#     'lit': 'Lithuanian',
#     'jpn': 'Japanese',
#     'ces': 'Czech',
#     'pol': 'Polish',
#     'heb': 'Hebrew',
#     'tha': 'Thai',
# }

~~~

Scraped with [pyvideo_scrape](https://github.com/pyvideo/pyvideo_scrape)
@jonafato jonafato self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants