Code Monkey home page Code Monkey logo

pycon2017_tutorial's Introduction

PYCON2017 api tutorial 관련 자료

1. 구글 API

1.1. Google Calendar API

1.2. Google Drive API

1.3. Google URL Shortener API

2. 공공데이터 포털 API

2.1. 공공데이터 포털 날씨 API

2.2. 공공데이터 포털 미세먼지 API

3. 텔레그램 봇 (Telegra Bot)

3.1. 텔레그램 봇 만들기

부록. 키값 관리하기

파일별 설명

calendar_api.py : Google Calendar API

drive_api.py : Google Drive API

dust_api.py : 공공데이터 포털 미세먼지 API

get_key.py : 키값 관리 파일

map_coordinate_api : 지도 관련(좌표변환) API

shortener_api.py : Google URL Shortener API

telegram_bot_api.py : python telegram bot

weather_api.py : 공공데이터 포털 날씨 API

키값 관리하기

json 형태로 키값을 저장 파일명 : key_data.json

{
	"map_key": "kakao map's key",
	"telegram_token": "telegram bot token",
	"shorten_key": "google shortener api key",
	"weather_key": "weather api key",
	"dust_key": "dust api key"
}

예시

key_data.json

pycon2017_tutorial's People

Contributors

bill-park avatar

Watchers

James Cloos avatar  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.