Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.49 KB

Quicbot

Quicbot is a Python and Flask-based tool/chatbot designed to minimize your research time on Google. It fetches the top 10 results from the most visited sites, providing a quick overview of the information you're seeking.

Key Features:

  • Categorized Searches: Choose from a set of predefined categories with relevant options tailored to your needs.
  • Custom Prompts: Not finding what you need? No problem—enter your own prompt, and Quicbot will handle the rest.

Additional Features:

For developers and tech enthusiasts, Quicbot includes a Website Cloning Tool. Yes, you heard that right! It can clone any website—just paste the URL in the designated box, and Quicbot will take care of the rest.

Someone: Where would it store the cloned sites?

Me: It will be saved in the directory where you cloned Quicbot. Alternatively, you can check your CMD or terminal for the exact path.

How to Run Quicbot

It's simple! Follow these steps in your CMD or terminal (Python required):

  1. Install the required packages:

    pip install -r requirements.txt
  2. Run the application:

    python app.py

And that's it—you're all set!

Note: This project is still under development, collaboratively coded by both myself and ChatGPT.

Contributions & Queries

If you have any questions or suggestions, please raise an issue here. I'm mostly active on GitHub and would love to see your contributions. 😃

Thank you!

By: 127.4.7.8