Skip to content

Instantly share code, notes, and snippets.

@jshirius
jshirius / google_search_console _api_sample.py
Created November 9, 2021 23:31
google search consoleのサンプルコード
#リファレンスの場所
#https://developers.google.com/webmaster-tools/search-console-api-original/v3/quickstart/quickstart-python
import pandas as pd
from googleapiclient.discovery import build
from oauth2client.service_account import ServiceAccountCredentials
url = ['https://www.googleapis.com/auth/webmasters.readonly']
file = 'ダウンロードしたjsonファイルの場所'
credentials = ServiceAccountCredentials.from_json_keyfile_name( file, url)
@jshirius
jshirius / キーワードの共起語ネットワークを作る.ipynb
Created April 24, 2021 10:59
テックキャンプの関連キーワードで共起語ネットワークを作ってみるとどうなる?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jshirius
jshirius / chartjs_bubble.html
Created March 1, 2021 12:39
javascript-bubbleを使った図の描画、イベントハンドラを取り出すサンプル
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<!-- 参考-->
<!-- https://tobiasahlin.com/blog/chartjs-charts-to-get-you-started/#10-bubble-chart -->
<h2>参考サイトのbubble-chartにイベントを追加した例</h2>
@jshirius
jshirius / [2021] pke_key_phrase_sample.ipynb
Created January 30, 2021 04:34
2021年版 pkeによるキーフレーズ処理
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jshirius
jshirius / image_albumentations_sample.ipynb
Created January 23, 2021 02:00
ポートレートモデルさんの写真を使用してalbumentationsを試すサンプル
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jshirius
jshirius / pandasの速度最適化テスト.ipynb
Created January 8, 2021 12:07
pandasの速度最適化サンプル
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jshirius
jshirius / twitter_reputation_programming_school.ipynb
Created December 30, 2020 01:26
プログラミングスクールのツイートの概要
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jshirius
jshirius / 共起語ライブラリ(pyfpgrowth)・networkxを使って共起語のネットワークを作る.ipynb
Created August 11, 2020 23:24
共起語ライブラリ(pyfpgrowth)・networkxを使って共起語のネットワークを作る
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.