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