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: about 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T10:12:14.000Z (over 4 years ago)
- Last Synced: 2025-03-01T14:51:28.030Z (2 months ago)
- Topics: information-gathering, open-source-intelligence, osint, osint-tools, python
- Language: Python
- Homepage:
- Size: 2.32 MB
- Stars: 49
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cqfd
   
#### For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ
## Educational purposes onlycqfd is a tool and a python libraries to search skype account from a name
### Demo

## 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)