This is a Python script named "Bread Engine" that allows you to search for results on the Ahmia search engine directly from your terminal. It utilizes the Ahmia.fi website's search functionality to fetch results based on your query.
Update V1.1
> Fixed the "onion_link" tag which did not properly fetch the onion link.
> added logic for navigation commands to add pages that can be moved through (does not cause a refresh/new ping) as well as keep the pyfiglet title after searching.
> added a search history and now tells you what you searched after searching *only saves in lower cased format*.
Before running the script, ensure you have the following dependencies installed:
- Python 3.x
- requests
- colorama
- pyfiglet
You can install the dependencies using pip:
pip install requests colorama pyfiglet
- Clone this repository to your local machine:
git clone https://github.com/Cr0mb/Bread-Engine.git
- Navigate to the directory where you cloned the repository:
cd bread-engine
- Run the script:
python ahmia.py
- Enter your search query when prompted. Type 'exit' to quit the script.
This script was created by Cr0mb.