File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Osintgram 🔎📸
2
2
3
- [ ![ version-1.1 ] ( https://img.shields.io/badge/version-1.1 -green )] ( https://github.com/Datalux/Osintgram/releases/tag/1.1 )
3
+ [ ![ version-1.2 ] ( https://img.shields.io/badge/version-1.2 -green )] ( https://github.com/Datalux/Osintgram/releases/tag/1.2 )
4
4
[ ![ GPLv3] ( https://img.shields.io/badge/license-GPLv3-blue )] ( https://img.shields.io/badge/license-GPLv3-blue )
5
5
[ ![ Python3] ( https://img.shields.io/badge/language-Python3-red )] ( https://img.shields.io/badge/language-Python3-red )
6
6
[ ![ Telegram] ( https://img.shields.io/badge/Telegram-Channel-blue.svg )] ( https://t.me/osintgram )
@@ -45,7 +45,7 @@ Osintgram offers an interactive shell to perform analysis on Instagram account o
45
45
46
46
You can find detailed commands usage [ here] ( doc/COMMANDS.md ) .
47
47
48
- [ ** Latest version** ] ( https://github.com/Datalux/Osintgram/releases/tag/1.1 ) |
48
+ [ ** Latest version** ] ( https://github.com/Datalux/Osintgram/releases/tag/1.2 ) |
49
49
[ Commands] ( doc/COMMANDS.md ) |
50
50
[ CHANGELOG] ( doc/CHANGELOG.md )
51
51
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2] ( https://github.com/Datalux/Osintgram/releases/tag/1.2 )
4
+ ** Enhancements**
5
+ - Added virtual environment (#126 )
6
+ - Removed some typos (#129 , #118 )
7
+ - Added new configuration (#125 )
8
+ - Added new ` commentdata ` command (#131 )
9
+ - Added Docker support (#141 )
10
+
11
+
12
+ ** Bug fixes**
13
+ - Fix bug #138 (fc2a6be)
14
+ - SSL certificate error (#136 )
15
+
16
+
3
17
## [ 1.1] ( https://github.com/Datalux/Osintgram/releases/tag/1.1 )
4
18
** Enhancements**
5
19
- Improved command parser (#86 )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def printlogo():
23
23
pc .printout ("\_______ /____ >__|___| /__| \___ /|__| (____ /__|_| /\n " , pc .YELLOW )
24
24
pc .printout (" \/ \/ \/ /_____/ \/ \/ \n " , pc .YELLOW )
25
25
print ('\n ' )
26
- pc .printout ("Version 1.1 - Developed by Giuseppe Criscione\n \n " , pc .YELLOW )
26
+ pc .printout ("Version 1.2 - Developed by Giuseppe Criscione\n \n " , pc .YELLOW )
27
27
pc .printout ("Type 'list' to show all allowed commands\n " )
28
28
pc .printout ("Type 'FILE=y' to save results to files like '<target username>_<command>.txt (default is disabled)'\n " )
29
29
pc .printout ("Type 'FILE=n' to disable saving to files'\n " )
You can’t perform that action at this time.
0 commit comments