Saturday, January 7, 2017

[PYTHON] KerangAjaib Twitter Bot

7 January 2017

Intro

Bot twitter dengan ide kerang ajaib spongebob.

Goal

Mendapatkan jawaban pertanyaan (YA/TIDAK/BISAJADI) saat user memention bot.

Gear

-Server/VPS/PC
-Python 3 (saya menggunakan 3.4.3)
-Twitter Streaming API

Flowchart

Gambar1. Flowchart


Code

- Twitter API Library https://github.com/geduldig/TwitterAPI

Note

- Buat Token di apps.twitter.com
- Program ini never ending loop

Refference

- Twitter API library -> https://github.com/geduldig/TwitterAPI
- Twitter Streaming Api -> https://dev.twitter.com/streaming/overview/request-parameters
- Documentation Tweet User Api -> https://dev.twitter.com/overview/api/tweets

No comments:

Post a Comment