2022-01-05から1日間の記事一覧

tweepy v2 hashtag retweet

import tweepy consumer_key = "" consumer_secret = "" access_token = "" access_token_secret = "" bearer_token = "" client = tweepy.Client( bearer_token, consumer_key, consumer_secret, access_token, access_token_secret ) def find_hashtag_ret…

楽天モバイルエリアマップ作成

import folium import pandas as pd from folium import plugins from folium.features import DivIcon url = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRE1NoYtNw1FmjRQ8wcdPkcE0Ryeoc2mfFkCQPHjzwL5CpwNKkLXnBl_F7c0LZjrtbLtRLH55ZVi6gQ/pub?gid…

楽天電測用マップ作成

データ 列指定後のデータ 番号 場所 場所補足 状況 eNB-LCID 緯度 経度 1 今治市立花町二丁目 open 737335-1,2,3 34.0523 132.999 2 今治市中寺① 今治中寺郵便局付近 open 737331-1,2,3 34.0375 132.991 3 今治市桜井四丁目 志島ヶ原・綱敷天満神社付近 open…