Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rust1667/a-FMHY-search-engine
CLI based search engine for FMHY (https://fmhy.net/)
https://github.com/Rust1667/a-FMHY-search-engine
Last synced: 2 months ago
JSON representation
CLI based search engine for FMHY (https://fmhy.net/)
- Host: GitHub
- URL: https://github.com/Rust1667/a-FMHY-search-engine
- Owner: Rust1667
- Created: 2022-10-11T22:12:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T21:46:14.000Z (4 months ago)
- Last Synced: 2024-09-17T16:27:06.529Z (4 months ago)
- Language: Python
- Homepage:
- Size: 249 KB
- Stars: 46
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Rust1667/a-FMHY-search-engine - CLI based search engine for FMHY (https://fmhy.net/) (Python)
README
# A basic search engine for [FMHY](https://www.reddit.com/r/FREEMEDIAHECKYEAH/) (a Python script)
It looks like this:![](https://i.imgur.com/xo5e8wi.png)
## How to get it working
### Requirements
1) You need to have [Python](https://www.python.org/) installed. (When installing on Windows, check "Add to PATH" so that you can easily use the pip command)2) You need to install some Python packages. To check if they are installed, and install the missing ones, type/paste this in the terminal/command-prompt:
```
pip install requests termcolor colorama
```
### Usage
Now you can execute the script. Depending on the OS you are in:
- If on Windows, the easiest way is to right click on the script (which is the file [fmhy-search.py](https://github.com/Rust1667/a-FMHY-search-engine/blob/main/fmhy-search.py)) and "Open with" Python.- If on Linux, type on the terminal:
```
python3 //fmhy-search.py
```- If on Mac or anything with Python installed, it works too, but I'm not sure what are the exact steps.
### Prefer a GUI?
Use https://fmhy-search.streamlit.app/
It is this same search script, but with a GUI created with Streamlit.
Source code here: https://github.com/Rust1667/fmhy-search-streamlit