837477 / SBRC

서울 버스 노선 정보 API 결과 값 변환기 / Seoul bus route information API result value converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SBRC - Seoul Bus Routes Converter



# Python   # XML  


What is this?

서울특별시 버스 노선 정보 Open API의 결과를 엑셀로 변환해주는 변환기입니다.


Dependency

python 3.7.X

How to use

pip install -r requirements.txt
python main.py
  • 본 프로그램에 입력된 API 주소는 저장되지 않습니다.
  • 본 프로그램에서는 API service Key를 검증할 수 없습니다. 따라서 요청 실패 시 Url을 다시 한 번 확인해주세요.

About Me

🙋🏻‍♂️ Name: 837477

📧 E-mail: 8374770@gmail.com

🐱 Github: https://github.com/837477


Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

서울 버스 노선 정보 API 결과 값 변환기 / Seoul bus route information API result value converter

License:MIT License


Languages

Language:Python 100.0%