forked from mrbrutti/esearchy_mirai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
52 lines (41 loc) · 1.72 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
TODO:
------------------------------------------------------------------------------------
* require_relative [DONE]
* setup works on windows [ DONE ]
* basic windows installation [ DONE ]
* Mongo DB start/stop [ DONE ]
------------------------------------------------------------------------------------
* Move to ruby 1.9 and add timeout for open-uri
#!/usr/bin/ruby1.9
require 'open-uri'
open('http://stackoverflow.com', 'r', :read_timeout=>0.01) do |http|
http.read
end
------------------------------------------------------------------------------------
* Make better identification system for SocialProfiling.
- Check for name and last matches. [ EASY ]
- Check for images name and md5 or some other day.
------------------------------------------------------------------------------------
* Implement a good "cancel current run. Need to implement a hook to cancel scans"
if $running_context.nombre == ""
$running_context.instance_eval(return())
else
exit(1)
end
or something like that ..
------------
* NARA records http://aad.archives.gov/aad/display-partial-records.jsp?s=3360&dt=893&tf=F&q=Mike&btnSearch=Search&as_alq=&as_anq=&as_epq=&as_woq=&mtch=11162
*
------------
* pipl ( API pending )
* Write plugin to add socialprofiling using Pipl.com services.
* Giving limitations it might be a good idea to just Hack their URL results. :)
------------
* Change BING API to be parsed just like Baidu and Google no more Free API. :( #DEADLINE : June 1
*
WEB ------------------------------
----------
* Improve maps using clusters.
http://www.appelsiini.net/2008/11/introduction-to-marker-clustering-with-google-maps
http://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-in-google-maps/
*