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
- Host: GitHub
- URL: https://github.com/megadose/keskivonfer
- Owner: megadose
- Created: 2020-07-07T12:15:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T12:24:41.000Z (9 months ago)
- Last Synced: 2025-04-10T20:36:40.215Z (about 1 month ago)
- Topics: information-gathering, open-source-intelligence, osint, osint-tool, python
- Language: Python
- Homepage:
- Size: 5.35 MB
- Stars: 52
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keskivonfer
   
#### 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](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)