megadose / keskivonfer

Keskivonfer is a tool that allows you to extract information from a vinted account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keskivonfer

PyPI PyPI - Week PyPI - Downloads PyPI - License

For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ

Educational purposes only

Keskivonfer is a tool that allows you to extract information from a vinted account

Demo

πŸ’‘ Prerequisite

Python 2/3

πŸ› οΈ Installation

With PyPI

pip3 install keskivonfer

With Github

git clone https://github.com/megadose/keskivonfer.git
cd keskivonfer/
python3 setup.py install

πŸ“š Example

  • -u is the username
  • -v is the extension of the website .fr , .com, by default is .com
python3 Keskivonfer.py -u 12345678-monaccount -v fr

πŸ“ˆ Usage

The second argument is the extension of the site by default is .com

from keskivonfer import *
print(getInfo("12345678-monaccount","be"))

Thank you to :

πŸ“ License

GNU General Public License v3.0

About

Keskivonfer is a tool that allows you to extract information from a vinted account


Languages

Language:Python 100.0%