Skip to content

an OSINT tool for Vinted.com, able to get User information with data exporting

License

Notifications You must be signed in to change notification settings

EchterAlsFake/Vinted_OSINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vinted Osint

an OSINT tool for Vinted.com

Features:

  • Fetching User information
  • Fetching multiple users
  • No Login required
  • Pretty formatting
  • Export data in multiple formats

Installation

  • Pypi: pip install Vinted_OSINT
  • Git: pip install git+https://github.com/EchterAlsFake/Vinted_OSINT
  • From source: git clone https://github.com/EchterAlsFake/Vinted_OSINT && cd Vinted_OSINT && pip install -r requirements.txt

Usage

Important

You need to give a User ID, not a name! The User ID is inside the URL for example: vinted.com/member/146483126-bonnjeff1
The User ID is: 146483126

Fetch a single user: $ vinted -u <user id> Fetch multiple users: $ vinted --user_list <user_file>

Note

The user IDs in the file should be separated with new lines.

-u and --user_list can't be used together (obviously)

Other arguments

  • --extension -> Specify a custom extension, e.g, .fr or .de
  • --license -> Displays license information
  • --fetch_all -> Fetches also the payment information
  • --no_export -> Data won't be exported
  • --export_format -> Specify export format [json,csv,html,latex,txt]

Credits / Acknowledgements

Libraries used:

Contributions

Any contribution is appreciated. If you have feedback, issues or want to help, don't hesitate to do so.

License

Vinted Osint is licensed under GPLv3
Copyright 2024 Johannes Habel