執筆日時:2015.08.09 いつも皆様のブログやQita,Githubなどを参考にさせていただきありがとうございます。 1.準備 1.Twitter Appにアクセス 2.[Create New App]で新規appを作成する 3.各種keyを手に入れる Consumer Key(API Key) Consumer Secret(API Secret) Access Token Access Token Secret ※Access Levelは作成したいアプリによってAccess Levelを変更すること 2.PythonでTwitterを扱う 環境はPython3.5.1 Python上でTwitterを扱うライブラリは多々ある. 私が使ったことあるのは下の三つである. python-twitter Tweepy TwitterAPI 大抵どれも