Open GoogleCodeExporter opened 9 years ago
can you release the tools with the proper version number? Something like
1.0.tar.gz will do it.
Original comment by blshkv
on 23 Feb 2014 at 1:27
The latest official version is 1.1 (02/23/2014).
I attach the latest version (tinfoleak-1.1.tar.gz).
Also, you can download this version (tinfoleak-1.1.tar.gz) here:
http://vicenteaguileradiaz.com/download/tinfoleak/tinfoleak-1.1.tar.gz
Original comment by diazagui...@gmail.com
on 23 Feb 2014 at 7:42
Attachments:
this is a good tool, thanks for the proposal
Original comment by ostree
on 2 Mar 2014 at 4:14
btw, would be a chance to ask about the description and the exemplary use
cases, something that could be added to the wiki/Workshop and Tutorials, thanks
in advance :)
Original comment by ostree
on 2 Mar 2014 at 6:01
Usage:
# tinfoleak.py [-n|--name] username [-c|--count] count [-t|--time] [-b|--basic]
[-s|--source] [-h|--hashtags] [-m|--mentions] [-g|--geo] geofile [--stime]
stime [--etime] etime [--sdate] sdate [--edate] edate [-f|--find] word
[-p|--pics] images [-o|--output] file
(*) username: Twitter account
count: number of tweets to analyze (default value: 100)
time: show time in every result (default value: off)
(+) basic: show basic information about the username (default value: off)
(+) source: show applications used by username (default value: off)
(+) hashtags: show hashtags used by username (default value: off)
(+) mentions: show twitter accounts used by username (default value: off)
(+) geofile: show geolocation information and save the results in KML format for Google Earth visualization (default value: off)
stime: filter tweets from this start time. Format: HH:MM:SS (default value: 00:00:00)
etime: filter tweets from this end time. Format: HH:MM:SS (default value: 23:59:59)
sdate: filter tweets from this start date. Format: YYYY/MM/DD (default value: 1900/01/01)
edate: filter tweets from this end date. Format: YYYY/MM/DD (default value: 2100/01/01)
(+) word: filter tweets that include this word
(x) images: [0] show images (parameter "geofile" is mandatory), [1] download images (to the "screen_name" directory)
file: output file
(*) Required parameter
(+) One of these parameters must be informed
(x) If you enabled this option, you need to be patient. The execution time is greatly increased.
Examples:
# tinfoleak.py -n vaguileradiaz -b
# tinfoleak.py -n stevewoz -sc 1000
# tinfoleak.py -n nicholasstoller -g nicholasstoller.kml -o output.log
# tinfoleak.py -n vaguileradiaz -thm
# tinfoleak.py -n billgates -g billgates.kml -p 1 -c 300
# tinfoleak.py -n vaguileradiaz -tc 500 -f secret --sdate 2013/10/01 -o output.log
# tinfoleak.py -n vaguileradiaz -shmtc 1000 --stime 08:00:00 --etime 18:00:00
Original comment by diazagui...@gmail.com
on 2 Mar 2014 at 7:41
Please make it more "distro friendly", i.e. move out all settings (twitter
auth) to a separate config file (/etc/bla.conf). Users should not modify
/usr/bin/ binaries after we install your python script in there
Original comment by blshkv
on 6 Mar 2014 at 12:20
wiki: page edit, +Tools/tinfoleak rewrite
https://code.google.com/p/pentoo/source/detail?r=5529
https://code.google.com/p/pentoo/wiki/Tinfoleak
Original comment by ostree
on 6 Mar 2014 at 2:56
https://github.com/technoskald/tinfoleak
Original comment by blshkv
on 10 Dec 2014 at 5:09
Original issue reported on code.google.com by
diazagui...@gmail.com
on 23 Feb 2014 at 1:37