-
Notifications
You must be signed in to change notification settings - Fork 14
Configuration
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 to3
-
limit
How many tweets you want to process in each batch? -
processing_limit
Total limit of fetched tweets
Dump Scraper and its documentation are Copyright © 2015-2016 Davide Tampellini / FabbricaBinaria.
Dump Scraper is Open Source Software, distributed under the GNU General Public License, version 3 of the license, or (at your option) any later version.
The Dump Scraper Wiki content is provided under the GNU Free Documentation License, version 1.3 of the license, or (at your option) any later version.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found on the GNU site.