Skip to main content

Write tweets to database

Project description

Download tweets into a CouchDB database

Features

  • Flexible: works with any Twitter endpoint (REST API or Streaming API).

  • Geocode lookup for the Twitter user location using Google’s Map geocode service.

  • Uses CouchDB for storage.

Installation

  • Install Python packages TwitterAPI, TwitterAPI, and couchdb using pip.

  • Install CouchDB database using its installer

Usage

The first time the script is executed the database is created. For example, to store tweets in a database called “twdb” and to stream tweets that contain “pizza”, run this command:

python -m TweetBase.TweetBase

-couchurl http://127.0.0.1:5984 -dbname twdb -endpoint statuses/filter -parameters track=pizza

The TweetBase script downloads tweets and stores them into the specified database. Tweet meta data is stored separately from the user meta data. This is done so user data is only stored once in the database. The two types of records are differentiated by the “type” field, which is either TWEET_STATUS or TWEET_USER.

The same time that a new database is created, some views are also created. These views are:

  • get_tweets

  • get_users

  • count_type

In the client_examples folder you will find a Python example and a JavaScript example that uses these views to retrieve data.

Dependencies

  • TwitterAPI

  • TwitterGeoPics

  • couchdb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TweetBase-0.1.0.1.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file TweetBase-0.1.0.1.tar.gz.

File metadata

  • Download URL: TweetBase-0.1.0.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for TweetBase-0.1.0.1.tar.gz
Algorithm Hash digest
SHA256 1dd08d59606502d65682fbb2295bb31e71ad2ad0c3f6056046bf6de2069845cb
MD5 4445afe57d82d3d59db5c99d755201fc
BLAKE2b-256 0d6bbef7f02e4c7ad153bb8b50b87902a61543ee5492267578d45119fe368fb1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page