samwize / python-email-crawler

Search on Google, and crawls for emails related to the result
292 stars 127 forks source link

Improve and make some sql injection function or and other injection. #21

Open juragandotid opened 6 years ago

juragandotid commented 6 years ago

I'm see sorce my need to Improve and make some sql injection function or and other injection.My be it will good

def test(self): c = CrawlerDb() c.connect()

c.enqueue(['a12222', '11'])

    # c.enqueue(['dddaaaaaa2', '22'])
    c.enqueue('111')
    c.enqueue('222')
    website = c.dequeue()
    c.crawled(website)
    website = c.dequeue()
    c.crawled(website, "a,b")
    print '---'
    c.dequeue()

CrawlerDb().test()