thequbit / BarkingOwl

scalable web scraper framework for finding documents on websites.
GNU General Public License v3.0
19 stars 7 forks source link

Changed the import method #20

Closed citruspi closed 10 years ago

citruspi commented 10 years ago

@thequibit,

You can now use the scraper and dispatcher as such:

from BarkingOwl import Scraper
from BarkingOwl import Dispatcher

(Until I submit a pull request with proper packaging).

— @citruspi