jofpin / trape

People tracker on the Internet: OSINT analysis and research tool by Jose Pino
https://x.com/jofpin
8.12k stars 1.3k forks source link

Changed 'python2' to 'python3' and os module import #312

Closed captain-woof closed 3 years ago

captain-woof commented 3 years ago

Changes made: 1) Trape was ported to Python3 but some files still referenced to python2. It's been fixed. 2) In trape.py, module os was used to get the username but it wasn't imported. It's been fixed.