Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Twitter API Application

dilmac edited this page May 5, 2018 · 14 revisions

We've created a little application to have acquaintance with API's. In this case, Twitter was our target and we made several tiny apps to demonstrate our work. Server can be reached from:

http://206.189.12.235/


Trends by Location (by Abdurrahman Dilmaç)

Description

  • Gathers trends information by place. Use WOEID (Where On Earth ID)

Input:

  • woeid: Woeid numbers for places can be found in this list.

Output:

  • Trends for given place.

Web interface: http://206.189.12.235/trends-by-place/woeid

API call: http://206.189.12.235/api/trends-by-place/woeid

Find Users (by Ömer Kırbıyık)

Description

  • Based on your search query it founds most relevant 5 accounts for that search.
  • Then it fetches very last tweet of that 5 accounts.
  • Displays them together.

Input:

  • search-name: A search query to find users relevant to it. For instance, 'mark'.

Output:

  • 5 tweets which consist of last tweet of 5 accounts.

Web interface: http://206.189.12.235/find_users/search-name

API call: http://206.189.12.235/api/find_users/search-name

Resources

Meeting Notes

Team Members

Researches

Templates

Clone this wiki locally