Commit graph

28 commits

Author SHA1 Message Date
maldevel
b5bd0d5f1f Merge pull request #7 from GovaerePaul/patch-1
Update README.md
2016-04-22 11:04:11 +03:00
GovaerePaul
802476d95c Update README.md
Hi

I add a link to the license

Goodu luck
2016-04-22 10:00:04 +02:00
maldevel
ac32817771 readme 1.1.5
readme 1.1.5
2016-04-22 10:54:28 +03:00
maldevel
07fb0b6f85 release 1.1.5
code improvements and minor bug fixed
2016-04-22 10:53:39 +03:00
maldevel
4b413d6ad6 Merge pull request #6 from cclauss/patch-3
functions ask(), bing(), google(), and yahoo()
2016-04-22 10:45:52 +03:00
cclauss
8d997e44a5 Update EmailHarvester.py 2016-04-21 22:55:56 +02:00
cclauss
25760653b9 Update EmailHarvester.py 2016-04-21 22:52:43 +02:00
cclauss
9fb6d6a304 Update EmailHarvester.py 2016-04-21 22:50:27 +02:00
cclauss
466ead2c86 Update EmailHarvester.py 2016-04-21 22:45:02 +02:00
cclauss
f5bcb2706f Update EmailHarvester.py 2016-04-21 22:43:50 +02:00
cclauss
3360164a6a functions ask(), bing(), google(), and yahoo() 2016-04-21 22:37:35 +02:00
maldevel
cf7f9614fa Merge pull request #5 from cclauss/patch-2
Optimize genericClean()
2016-04-21 18:13:31 +03:00
cclauss
385df64fc6 Update EmailHarvester.py 2016-04-21 16:07:18 +02:00
cclauss
8184fef28c Optimize genericClean() 2016-04-21 16:06:38 +02:00
maldevel
43bdb883bc release 1.1.3
code improvements
2016-04-21 10:31:14 +03:00
maldevel
d9151419d7 Merge pull request #3 from cclauss/patch-1
set() provides uniquness, with open() automatically close()es
2016-04-21 10:08:31 +03:00
cclauss
88b5824204 dedent 2016-04-20 23:29:44 +02:00
cclauss
cc4e9eb3d1 set() provides uniquness, with open() automatically close()es
Use set() to get only unique elements of a list.
Use `or` in assignments to deal with empty values as in `x = s or "<no text!>"`
Use `with open() as` syntax to get close() to happen automatically.
Python had a built-in object called file so avoid using that as a variable name.
Avoid naked exceptions.  See https://realpython.com/blog/python/the-most-diabolical-python-antipattern/
2016-04-20 23:25:45 +02:00
maldevel
aacf27ae36 release 1.1.2
release 1.1.2
2016-04-20 18:38:38 +03:00
maldevel
3abd22bc23 email regex
email regex improvement
2016-04-20 18:35:59 +03:00
maldevel
26c4d04221 release 1.1
release 1.1
2016-04-20 17:57:05 +03:00
maldevel
0e1e2effc0 useragent string and proxy_server
define user agent string and use proxy server
2016-04-20 17:55:26 +03:00
maldevel
3f98b25eaa minor
rename csv to txt
2016-04-19 20:16:21 +03:00
maldevel
47e1e18d9a readme
readme
2016-04-19 13:23:08 +03:00
maldevel
b7482f3647 release 1.0
release 1.0
2016-04-19 13:20:42 +03:00
maldevel
adafc11670 init
init
2016-04-18 14:40:01 +03:00
maldevel
06879c7030 initial commit
initial commit
2016-04-16 20:20:38 +03:00
maldevel
6251eef44b Initial commit 2016-04-16 20:09:07 +03:00