![Shoogle Banner](app/static/img/docs/shoogle-logo.png) ___ [![Latest Release](https://img.shields.io/github/v/release/benbusby/shoogle)](https://github.com/benbusby/shoogle/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.com/benbusby/shoogle.svg?token=JgVbn8LSCz5Mmr9h5qq7&branch=master)](https://travis-ci.com/benbusby/shoogle) [![codebeat badge](https://codebeat.co/badges/e96cada2-fb6f-4528-8285-7d72abd74e8d)](https://codebeat.co/projects/github-com-benbusby-shoogle-master) Get Google search results, but without any ads, javascript, AMP links, or tracking. Easily deployable as a Docker app, and customizable with a single config file. Quick and simple to implement as a primary search engine replacement on both desktop and mobile. ## Screenshots #### Desktop ![Shoogle Desktop](app/static/img/docs/screenshot_desktop.jpg) #### Mobile ![Shoogle Mobile](app/static/img/docs/screenshot_mobile.jpg) ## Prerequisites - Docker ([Windows](https://docs.docker.com/docker-for-windows/install/), [macOS](https://docs.docker.com/docker-for-mac/install/), [Ubuntu](https://docs.docker.com/engine/install/ubuntu/), [other Linux distros](https://docs.docker.com/engine/install/binaries/)) - [A Heroku Account](https://www.heroku.com/) - Optional, but recommended. Allows for free hosting of the web app. - Alternatively, you can host the app using a different service, or deploy it to your own server (explained below). - [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) ## Setup 1. Ensure the Docker daemon is running, and is accessible by your user account - To add user permissions, you can execute `sudo usermod -aG docker yourusername` - Running `docker ps` should return something besides an error. If you encounter an error saying the daemon isn't running, try `sudo systemctl start docker` (Linux) or ensure the docker tool is running (Windows/macOS). 2. Clone and deploy the docker app using a method below: #### A) Using Heroku (Free) ```bash heroku login heroku container:login git clone https://github.com/benbusby/shoogle.git cd shoogle heroku create heroku container:push web heroku container:release web heroku open ``` Now you're done! This series of commands can take a while, but once you run it once, you shouldn't have to run it again. The final command, `heroku open` will launch a tab in your web browser, where you can test out Shoogle and even [set it as your primary search engine](https://github.com/benbusby/shoogle#set-shoogle-as-your-primary-search-engine). #### B) Using your own server, or alternative container deployment There are other methods for deploying docker containers that are well outlined in [this article](https://rollout.io/blog/the-shortlist-of-docker-hosting/), but there are too many to describe set up for each here. Generally it should be about the same amount of effort as the Heroku deployment. Depending on your preferences, you can also deploy the app yourself on your own infrastructure. This route would require a few extra steps: - A server (I personally recommend [Digital Ocean](https://www.digitalocean.com/pricing/) or [Linode](https://www.linode.com/pricing/), their cheapest tiers will work fine) - Your own URL (I suppose this is optional, but recommended) - SSL certificates (free through [Let's Encrypt](https://letsencrypt.org/getting-started/)) - A bit more experience or willingness to work through issues ## Setup (Local Only) If you want to test the app out on your own machine first, you can build it with the following instructions: ```bash git clone https://github.com/benbusby/shoogle.git cd shoogle python3 -m venv venv source venv/bin/activate pip install -r config/requirements.txt ./run ``` ## Usage Same as most search engines, with the exception of filtering by time range. To filter by a range of time, append ":past