Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/megadose/cqfd

cqfd is a tool and a python libraries to search skype account from a name
https://github.com/megadose/cqfd

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

Last synced: 3 months ago
JSON representation

cqfd is a tool and a python libraries to search skype account from a name

Awesome Lists containing this project

README

        

# cqfd
![PyPI](https://img.shields.io/pypi/v/cqfd) ![PyPI - Week](https://img.shields.io/pypi/dw/cqfd) ![PyPI - Downloads](https://static.pepy.tech/badge/cqfd) ![PyPI - License](https://img.shields.io/pypi/l/cqfd)
#### For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ
## Educational purposes only

cqfd is a tool and a python libraries to search skype account from a name

### Demo
![](demo.gif)
## Project example : [cqfd Maltego](https://github.com/megadose/cqfd-maltego)

## 💡 Prerequisite
[Python 2/3](https://www.python.org/downloads/release/python-370/)
## 🛠️ Installation
### With PyPI
```pip3 install cqfd```
### With Github
```bash
git clone https://github.com/megadose/cqfd.git
cd cqfd/
python3 setup.py install
```
## 📈 Usage
```python
from cqfd import *
print(cqfd("Emmanuel Macron"))
```
## 📚 Example with Cqfd.py
```bash
python3 Cqfd.py -n "Emmanuel Macron" -o emmanuel.csv
```
## 📝 License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.fr.html)