Skip to main content

Crwaling EBS FM, EBS 외국어전문 방송 편성표

Project description

https://www.ebs.co.kr/schedule?channelCd=RADIO&onor=RADIO 에서 편성표 정보를 긁어와 DataFrame으로 반환합니다.

1. 설치

pip install ebsfm-schedule

2. 사용법

2.0. 기본형식

schedule(<채널명>, [기준일])
  • 채널명: ‘RADIO’(EBS FM) 또는 ‘IRADIO’(반디 외국어 전문 채널)

  • 기준일: ‘YYYYMMDD’ 형식의 문자열(생략가능)

2.1. 당일 기준

from ebsfm import schedule

# EBS FM 편성표
df = schedule('RADIO')
print(df)

# 반디 외국어 전문 채널 편성표
df = schedule('IRADIO')
print(df)

2.2. 특정 날짜 기준

from ebsfm import schedule

# EBS FM 편성표
df = schedule('RADIO', '20240624')
print(df)

# 반디 외국어 전문 채널 편성표
df = schedule('IRADIO', '20240624')
print(df)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ebsfm-schedule-0.0.2.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

ebsfm_schedule-0.0.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file ebsfm-schedule-0.0.2.tar.gz.

File metadata

  • Download URL: ebsfm-schedule-0.0.2.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.6

File hashes

Hashes for ebsfm-schedule-0.0.2.tar.gz
Algorithm Hash digest
SHA256 c6f33869dd234d74320df9a49347d22cb1e503216dcd82b1d53c2c800ddf023f
MD5 754692a9ce7c735de19ba0316d361e3e
BLAKE2b-256 81046fca837c9ad8cee683f82963804fba7adc6757e6d0e9c5ed1fedb6058e6f

See more details on using hashes here.

File details

Details for the file ebsfm_schedule-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ebsfm_schedule-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8282b0402acd3ef3d400a3c9841cc39465c0661dd8163b59bb7ca8bb953663b8
MD5 648e69444371de30781d85d78d9e99fa
BLAKE2b-256 9887653f867648144b0377dbaaf5e8e21e6cd3b7baee24a75eac2551b6f8749f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page