An open API service indexing awesome lists of open source software.

https://github.com/megadose/keskivonfer

Keskivonfer is a tool that allows you to extract information from a vinted account
https://github.com/megadose/keskivonfer

information-gathering open-source-intelligence osint osint-tool python

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Keskivonfer
![PyPI](https://img.shields.io/pypi/v/keskivonfer) ![PyPI - Week](https://img.shields.io/pypi/dw/keskivonfer) ![PyPI - Downloads](https://static.pepy.tech/badge/keskivonfer) ![PyPI - License](https://img.shields.io/pypi/l/keskivonfer)
#### For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ
## Educational purposes only
Keskivonfer is a tool that allows you to extract information from a vinted account

### Demo
![](https://github.com/megadose/gif-demo/raw/master/demo-keskivonfer.gif)
## 💡 Prerequisite
[Python 2/3](https://www.python.org/downloads/release/python-370/)
## 🛠️ Installation
### With PyPI
```pip3 install keskivonfer```
### With Github
```bash
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
```bash
python3 Keskivonfer.py -u 12345678-monaccount -v fr
```
## 📈 Usage
The second argument is the extension of the site by default is .com
```python
from keskivonfer import *
print(Requester().get_information("12345678-monaccount","be"))
```

## Thank you to :
- [ L003 ](https://twitter.com/L003_0S1N7)
- [Vinted-Api-wrapper](https://github.com/herissondev/vinted-api-wrapper) Authentication fix using cookie post mechanism

## 📝 License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)