Skip to content

Vido/drunken-robots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drunken-robots

It's a little framework to deal with web-crawlers. It's aimed for stock market crawlers.


I believe that it will be made of 4 main modules:

  • robots: This will handle all the crawlers-sub-modules

  • psychics: This will use the data that the crawlers gathered. Then it will guess something, some number, some date. Very deep magic here.

  • 'i havent named it yet': It evals the guesses and measures the errors. Maybe it will plot beautiful graphs.

  • core: A module to organize the API


Dependences:

  • python2.7
  • r-base

You must set PYTHONPATH to drunken-robots path There is 2 ways:

  • Put on your ~/.bashrc: (Works most of the times)

export PYTHONPATH=$PYTHONPATH:/path/to/drunken-robots

  • Put on your ~/.pythonrc.py: (It might not work)

import sys sys.path.append(/path/to/drunken-robots)

  • Then... reload your shell

bash -ls

  • Put on your c:\autoexec.bat (for Windows):

set PYTHONPATH=%PYTHONPATH%;C:\PATH\TO\DRUNKEN-ROBOTS

About

Its a little framework to deal with web-crawlers. This aimed for stock market crawlers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published