เขียน tweet app อย่างง่าย
Submitted by sake on Tue, 02/23/2010 - 17:18
Twitter มี API ที่ใช้งานง่ายที่หนึ่ง ตัวอย่างคือใช้ python ซึ่งทำให้ง่ายไปอีก
เริ่มจาก โหลด API http://code.google.com/p/python-twitter/
ในกรณีนี้ผมใช้ผ่าน mercurial
จากนั้น install
-
hg clone https://python-twitter.googlecode.com/hg/ python-twitter
-
cd python-twitter/
-
sudo python setup.py install
จากนั้น เริ่มเขียนครับ
Tags: