-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
refactoringImprove organization (not a bug or feature)Improve organization (not a bug or feature)
Description
The main code in go.py is ridiculously complex and non-pythonic.
I should be able to do
c = Crawler(
'http://pokemon.wikia.com',
'/wiki/Bulbasaur',
limit=800,
graph=NeoGraph("bolt://localhost:7687", 'neo4j', 'password'),
extractors=[PokemonExtractor(), SkillExtractor(), ]
)
c.crawl()
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactoringImprove organization (not a bug or feature)Improve organization (not a bug or feature)