Welcome to Blove, your NSFW search engine! Blove allows you to search for adult videos using various providers and view the results both through a web client and a command-line interface (CLI).
- Search for videos: Use popular adult video providers like Pornhub and Redtube.
- Web Interface: View search results in a stylish web interface.
- CLI Interface: Access search functionality directly from the command line.
Follow these instructions to get Blove up and running on your local machine.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/UsboKirishima/blove
-
Navigate to the project directory:
cd blove
-
Install dependencies:
pnpm install
To start the web client:
-
Run the following command:
pnpm start
-
Open your browser and visit http://localhost:5423.
- Search for Videos: Enter search queries and view results in a grid layout.
- Clickable Cards: Each video card is clickable and will open the video in a new tab.
To use the command-line interface (CLI):
-
Run the CLI with the following command:
pnpm cli
-
Follow the prompts to enter search queries and view results directly in the terminal.
- Help Command: Type
help
to list all commands. - Search Command: Type
search [query]
to perform a video search. - Test Command: Type
test [message]
to test the command handler.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.