Projects STRLCPY Osintgram Commits ef7da43e
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  [![](https://img.shields.io/badge/version-0.6-green)](https://github.com/Datalux/Osintgram/releases/tag/0.6)
    2 2  [![](https://img.shields.io/badge/license-GPLv3-blue)](https://img.shields.io/badge/license-GPLv3-blue)
     3 +[![](https://img.shields.io/badge/language-Python3-red)](https://img.shields.io/badge/language-Python3-red)
     4 + 
    3 5   
    4 6   
    5 7  # Osintgram
    skipped 22 lines
    28 30  ```
    29 31  You can find detailed commands usage [here](commands.md).
    30 32   
    31  - 
    32  -The tools use Python3.
    33  - 
    34  -## Changelog
    35  -- v0.1 initial release
    36  -- v0.2 added feature to write in file the output of commands
    37  -- v0.3 added features: photos, captions, mediatype, propic
    38  -- v0.4 [changelog](https://github.com/Datalux/Osintgram/releases/tag/0.4)
    39  -- v0.5 [changelog](https://github.com/Datalux/Osintgram/releases/tag/0.5)
    40  -- v0.6 [changelog](https://github.com/Datalux/Osintgram/releases/tag/0.6)
     33 +[**Latest version**](https://github.com/Datalux/Osintgram/releases/tag/0.6) |
     34 +[CHANGELOG](changelog.md)
    41 35   
    42 36  ## Tools
    43 37  <p align="center">
    skipped 38 lines
  • ■ ■ ■ ■ ■ ■
    changelog.md
     1 +# Changelog
     2 + 
     3 +## [0.6](https://github.com/Datalux/Osintgram/releases/tag/0.6)
     4 + 
     5 +**Enhancements**
     6 + 
     7 +- new `wcommented` command (#27)
     8 +- new `target` command
     9 +- added json dump also for captions command
     10 +- added options as arguments (#24)
     11 +- new Instagram APIs (#26)
     12 + 
     13 +**Bug fixes**
     14 + 
     15 +- fix empty addrs bug (#12)
     16 + 
     17 + 
     18 +## [0.5](https://github.com/Datalux/Osintgram/releases/tag/0.5)
     19 + 
     20 +**Enhancements**
     21 + 
     22 +- added JSON export feature
     23 + 
     24 +**Bug fixes**
     25 + 
     26 +- Fix #2
     27 + 
     28 +## [0.4](https://github.com/Datalux/Osintgram/releases/tag/0.4)
     29 + 
     30 +**Enhancements**
     31 + 
     32 +- added `stories` command (#8)
     33 +- added `target` command (#9)
     34 + 
     35 +**Bug fixes**
     36 + 
     37 +- added a check if target has a private profile to avoid tool crash (#10)
     38 +- fixed `tagged` bug (#5)
     39 + 
     40 +## [0.3](https://github.com/Datalux/Osintgram/releases/tag/0.3)
     41 + 
     42 +**Enhancements**
     43 + 
     44 +- added `photos` command
     45 +- added `captions` command
     46 +- added `mediatype` command
     47 +- added `propic` command
     48 + 
     49 +## 0.2
     50 + 
     51 +**Enhancements**
     52 + 
     53 +- write in file the output of commands
     54 + 
     55 +## 0.1
     56 + 
     57 +**Initial release**
     58 + 
     59 + 
     60 + 
Please wait...
Page is in error, reload to recover