Dump Scraper
#13
I have it up and running, first results are pretty good. Way better then expected. However to actually get it running it is a pain, here are my notes:

apt-get insatll php5-curl

curl -sS https://getcomposer.org/installer | php


mv settings-dist.json settings.json
(insert twitter api keys)

#### dumper-scaper is working now #####
python dumpmon-scraper.py -s 2015-03-19
#######################################

apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose python-sklearn
#pip install scipy

mkdir train
mkdir data/raw/training

####
manually sort out 20 hash/plain/trash into data/raw/training/[hash/plain/trash]
####
php organize.php --train
####
python classify.py
####
php organize.php -s 2015-03-05 -u 2015-03-20
####
php extract.php -s 2015-03-05 -u 2015-03-20
####
find data/processed/plain/ -name "*.txt" -exec cat {} \; | sort -u > pastebin.dict.txt
sch0.org


Messages In This Thread
Dump Scraper - by vladimir125 - 03-19-2015, 11:22 AM
RE: Dump Scraper - by atom - 03-19-2015, 12:13 PM
RE: Dump Scraper - by Si2006 - 03-19-2015, 08:52 PM
RE: Dump Scraper - by vladimir125 - 03-19-2015, 08:56 PM
RE: Dump Scraper - by Si2006 - 03-19-2015, 09:01 PM
RE: Dump Scraper - by Si2006 - 03-19-2015, 09:31 PM
RE: Dump Scraper - by vladimir125 - 03-19-2015, 09:40 PM
RE: Dump Scraper - by winxp5421 - 03-20-2015, 01:17 PM
RE: Dump Scraper - by vladimir125 - 03-20-2015, 01:20 PM
RE: Dump Scraper - by winxp5421 - 03-20-2015, 07:06 PM
RE: Dump Scraper - by vladimir125 - 03-20-2015, 11:36 PM
RE: Dump Scraper - by winxp5421 - 03-21-2015, 12:38 AM
RE: Dump Scraper - by kartan - 03-21-2015, 04:48 AM
RE: Dump Scraper - by vladimir125 - 03-21-2015, 12:00 PM
RE: Dump Scraper - by kartan - 03-21-2015, 05:03 PM
RE: Dump Scraper - by kartan - 03-21-2015, 06:15 PM
RE: Dump Scraper - by vladimir125 - 04-02-2015, 08:36 AM
RE: Dump Scraper - by dermoeter - 04-02-2015, 06:35 PM
RE: Dump Scraper - by lynx - 06-27-2015, 07:22 PM
RE: Dump Scraper - by coolbry95 - 06-27-2015, 07:51 PM
RE: Dump Scraper - by vladimir125 - 06-27-2015, 08:02 PM
RE: Dump Scraper - by vladimir125 - 08-27-2015, 09:09 AM
RE: Dump Scraper - by BigDidge - 10-05-2016, 12:20 AM