Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/megadose/cqfd
- Owner: megadose
- Created: 2020-07-15T15:04:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T10:12:14.000Z (about 4 years ago)
- Last Synced: 2024-10-14T17:34:51.774Z (4 months ago)
- Topics: information-gathering, open-source-intelligence, osint, osint-tools, python
- Language: Python
- Homepage:
- Size: 2.32 MB
- Stars: 46
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 onlycqfd 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)