Skip to content

Instantly share code, notes, and snippets.

View tuna2134's full-sized avatar
🌙
眠たい

tuna2134@コマリン親衛隊 tuna2134

🌙
眠たい
View GitHub Profile
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.5g0O_3fJtVzqix8pbueomcc0n3Q
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.DGve1iz92ha43pyUy7YBWbiYgig
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.8Y-fGLSuRTKm0NNO63iifkxI5Lc
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.fiA8ldoc1nbnrX6NssCpdcUFoj0
@tuna2134
tuna2134 / token.txt
Created November 24, 2021 11:36
token.txt
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.Cep4xtRfGg6OXDq-xqOVKk3BNVI
@tuna2134
tuna2134 / token.txt
Created November 24, 2021 11:37
token.txt
ODIwOTMyMDI4MzQ5Njc3NTk4.YE8Whw.Cep4xtRfGg6OXDq-xqOVKk3BNVI
@tuna2134
tuna2134 / dogorcat.ipynb
Created March 11, 2022 08:03
dogorcat.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tuna2134
tuna2134 / dogorcat.ipynb
Created March 11, 2022 08:04
dogorcat.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tuna2134
tuna2134 / dranslator-plan.md
Created May 9, 2022 01:47
dranslator-plan.md

Plan

import requests
r = requests.get(
"https://www.jma.go.jp/bosai/forecast/data/forecast/270000.json"
)
data = r.json()[0]
print("発表管区:{}".format(data["publishingOffice"]))
timeSeries = data["timeSeries"][0]
print("発表時間:{}".format(timeSeries["timeDefines"][1]))