Coder Social home page Coder Social logo

pypi-ebsfm-schedule's Introduction

EBS FM 편성표 크롤러

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)

pypi-ebsfm-schedule's People

Contributors

cheddars avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.