Skip to content

kjoth/twitter-fetcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-fetcher

A simple Twitter fetcher which compresses and dumps the downloads using lzo.

Features

  1. The Twitter streaming process can be monitored by the main process.
  2. The fetcher can be stopped safely (e.g. closing all the files/streams) at run-time by setting safe_stop=True in config file.
  3. It supports hourly file rotation for data dumps.
  4. The downloaded data is compressed at run-time using lzop which is a very fast (de)compressor.
  5. The program either restarts every hour or in case of no new tweets within sleep_time seconds.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%