Dive into the archives.
- @promotterつくったー(けどコード書き直し)
バンコクイベント情報ボット@BKK_Eventsがぼちぼちフォロワーがいて,日本語版もつくろかなって思った.@promotterつくりました.
日本語版やるなら日本の情報だよな,てことで,日本のイベント情報を集めてつぶ [...]
- バンコクお仕事情報Twitter BOT @JOB_BKKをつくりました
ボット量産中です。
不景気真っ只中の今、お仕事情報を流すボットがあってもいいかな、と。@JOB_BKK
現状の機能は以下のとおり。お仕事情報をつぶやく日・英・タイ)
@JOB_BKKにリプライするとそれをつぶや [...]
- crank out Twitter Bots
Since I got how to pass the username and password from cronjob command line to the script, i can make bunch of Twitter Bots with only one script on the server.
made some more… basically, those have the same features, but different purpose.
@JOB_BKK
For job and HR information in Bangkok, now the feeds it tweets are [...]
- @BKK_Events now tweets event calendar feed
I tried to make little change to @BKK_Events.
read public event calendars
Tweet themHowever, when I was writing code, I just realized that it could be done by twitterfeed if i can get the calendar as RSS feed, and it’s easy.
Subscribe with feed reader, tag as “event” and marge all. That’s it.
I haven’t done anything…. orz
@BKK_Events tweets [...]
- little change for @Beercamp TwittBot
Just updated a little.
@Beercamp was dead on Saturday because of my careless mistake. Then @proteusguy tought me that “don’t store passwords in code. :) that’s a deployment configuration thing.“
My previous code contain username and password like below.
#Twitter Login Information
username = ‘hogehoge’
password = ‘hogehoge’
New version is like this (code is here).
#Twitter Login Information
username = sys.argv[1]
password = [...]
- #Beercamp Twitter Bot is now working
Yes! This is what I wanted to make, now it’s working :) Thanks Mike to keep this username :)
dtsv.dtse_post_823_permalink = ‘http://31o5.com/2009/02/beercamp-twitter-bot/’;
dtsv.dtse_post_823_title = ‘#Beercamp Twitter Bot is now working’;
- Bangkok Event Twitter Bot @BKK_Events – バンコクイベント情報共有ボットをつくりました
Here is my First TwitBot : @BKK_events
How it workswhen you tweet to @BKK_Events
@BKK_Events re-tweets without sender name to spread it out.
If you have any event you want to spread over Bangkok, please tweet to @BKK_events!
FeaturesBeercamp notifer (This is what i wanted to make at the first time).
re-tweet @BKK_events without sender name, so that anybody can spread [...]
- Pythonをインストールしてみたよ
このあいだのバンコクツイッターオフ、twittbkk2にて、和製ボットの紹介プレゼンをしたのがきっかけで、自分でもボット作ってみたいなぁ、と思っていました。
最近、お料理もあんまりしていないし、お裁縫もしていないし、自分 [...]
- #Beercamp Twitter Bot in Python
Just started reading Python book for beginner, and wrote very simple code the day before yesterday.Yesterday and today, I spent few hours to read the book and try to code. I made a rule not to open the books during the daytime…. gotta work!
Today I made TwitterBot which tell you when is the next #Beercamp.
At [...]



Comments