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
Release history Release notifications | RSS feed
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.3.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ebsfm-schedule-0.0.3.tar.gz.
File metadata
- Download URL: ebsfm-schedule-0.0.3.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94ca753c2bbba9a77c8323908aa57833439204da481d7f79477243450ee98147
|
|
| MD5 |
417c534f396555ee6cb1601f5c2fde14
|
|
| BLAKE2b-256 |
9ba05c8aac87e628fa30d6949b1c3477f40d55977eaf4061ce91d0ab252eec11
|
File details
Details for the file ebsfm_schedule-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ebsfm_schedule-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8fbd88093529c15f8c276e02c5b2e9a6a01158817a23ab10221d7842d1e21bf
|
|
| MD5 |
681e96353d3245e8bb6fe465448c6afd
|
|
| BLAKE2b-256 |
017cd4be2e0b66cf6f9690537ca88ad0eb17756ba31ae3e6bd78741d465e22f0
|