Skip to content
Davide Tampellini edited this page Apr 2, 2015 · 6 revisions

Before starting to use Dump Scraper, you have to configure it.

First of all, you have to create your own Twitter application: you can easily do that here.
Then copy the file settings-dist.json and rename it to settings.json and fill the required values.

  • app_key The Consumer Key of your application
  • app_secret The Consumer Secret of your application
  • token The Access Token of your application
  • token_secret The Access Token Secret of your application
  • last_id Internal use only
  • max_id Internal use only
  • delay Delay (in seconds) to apply between calls. Please be aware that low values could result in being banned from PasteBin. Default value to 3
  • limit How many tweets you want to process in each batch?
  • processing_limit Total limit of fetched tweets
Clone this wiki locally