QuickBot is a Python-based chatbot designed to answer Python-related queries, fetch Google search results, perform website cloning using curl
, and utilize Google Dorking techniques to retrieve specific file types from a given domain. QuickBot leverages Natural Language Processing (NLP) for responding intelligently to user queries and offers various features for developers and cybersecurity enthusiasts.
curl
command.Clone the repository and install the required dependencies:
git clone https://github.com/Dev-0618/QuickBot/
cd QuickBot
pip install -r requirements.txt
python quickbot.py
2.- Usage Command:
bash
usage
Response: Provides details on how to use the chatbot with different functionalities.
hello
what is python? #not just this you can ask any python modules with it
Expected Response: “Python is a high-level, interpreted, interactive, and object-oriented scripting programming language.”
google: artificial intelligence
Response: Google search results will be fetched and displayed directly in the chat.
curl
:
curl: https://example.com
Response: The website will be cloned and saved as index.html
.
extract: drive.google.com .pdf networking
Response: Displays results for PDF files on Google Drive related to “networking.”
## License
This project is licensed under the MIT License.