自己紹介
twitter
APIからデータを取得
APIからデータを取得
"posts": [
{
"blog_name": "mcsgsym",
"id": 13501396948,
"type": "photo",
"date": "2011-07-09 22:09:47 GMT",
"reblog_key": "EmoOSPfo",
"note_count": 18,
CREATE TABLE reblogs (
reblog_key varchar(10) NOT NULL,
posttype int(1) NOT NULL DEFAULT 0,
count int(11) NOT NULL DEFAULT 0,
lastdate datetime NOT NULL DEFAULT '1970-01-01 09:00:00',
)
CREATE TABLE postinfos (
reblog_key varchar(10) NOT NULL,
user varchar(32) NOT NULL,
postid bigint(20) NOT NULL,
)
自分のPCのMySQLに保存
対象
データ量が!
| mcsgsym | 183,394 |
| jacony | 187,594 |
| ipodstyle | 195,303 |
| kazukij | 197,922 |
| winmaikosyu | 203,771 |
| ak47 | 208,299 |
| kondot | 213,609 |
| sratums | 220,360 |
| d-d-d | 232,422 |
| lunaryue | 252,285 |
| ginzuna | 264,333 |
| petapeta | 278,886 |
| reretlet | 320,340 |
| nemoi | 327,059 |
| 774 | 408,894 |
| hsmt | 438,162 |
| nagas | 860,502 |
巡回先を増やしたいけど増やせない
【緩募】MySQLチューニング詳しい人
【緩募】すごいDBサーバー
bot紹介1
bot紹介1
XXX notes以上のものを順にリブログしていくだけ
100notes以上
750notes以上
10000notes以上
bot紹介2
bot紹介2
kagurazakaundergroundresistance.tumblr.com
C:gkojax、mcsgsym等自分のアカウント
bot紹介2
C:yasunao、rosarosa、sayusayukawaii等知人のアカウント
bot紹介2
C:二次元画像が多いのアカウント
bot紹介2
C:ハロプロの画像が多いのアカウント
bot紹介2
C:かしゆか多めのアカウント
bot紹介2
C:の部分の変更によっていろいろなbotが作れるパターン。
bot紹介3
bot紹介4
特定のアカウントの中から100notes以上のものをリブログ
この資料作りかけです。