samwize / python-email-crawler

Search on Google, and crawls for emails related to the result

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

juragandotid opened this issue · comments

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()