keskivonfer

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


License
GPL-3.0
Install
pip install keskivonfer==1

Documentation

Keskivonfer

Educational purposes only

If you have any suggestions, please do not hesitate to contact us.

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

forthebadge made-with-python

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 deffault is .com

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

Thank you to :

📝 License

GNU General Public License v3.0