scispace - formally typeset
Journal ArticleDOI

Information Processing in Searching Tweets

Reads0
Chats0
TLDR
A method of information processing when collecting the latest tweets by specific keywords, such as user screen name, keywords of tweets, username and location, is purposed.
Abstract
Tweeter, which is very popular as a micro blogging services, offers numerous of information. It is necessary to find more useful information with less effort. This paper purposed a method of information processing when collecting the latest tweets by specific keywords, such as user screen name, keywords of tweets, username and location. For each query, no more than 200 latest tweets will be gathered. During the implementation of information processing, Twitter Search API [1] is adopted to collect tweets. Once those tweets are collected, they will be stored into database firstly which makes sure the database is always up to date. Tweets will be fetched from database when there is a query.

read more

References
More filters
Proceedings ArticleDOI

What is Twitter, a social network or a news media?

TL;DR: In this paper, the authors have crawled the entire Twittersphere and found a non-power-law follower distribution, a short effective diameter, and low reciprocity, which all mark a deviation from known characteristics of human social networks.
Journal IssueDOI

Twitter power: Tweets as electronic word of mouth

TL;DR: It is found that microblogting is an online tool for customer word of mouth communications and the implications for corporations using microblogging as part of their overall marketing strategy are discussed.

Ajax: A New Approach to Web Applications

TL;DR: The same simplicity that enabled the Web’s rapid proliferation also creates a gap between the experiences Web interaction designers can provide and the experiences users can get from a desktop application.
Book

Java Servlet Programming

TL;DR: The book explains the servlet life cycle, showing how you can use servlets to maintain state information effortlessly and describes how to serve dynamic Web content, including both HTML pages and multimedia data.
Book

JavaScript: The Good Parts

TL;DR: This authoritative book scrapes away bad features of JavaScript to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code.