Download the PHP package borisguery/gisele without Composer
On this page you can find all versions of the php package borisguery/gisele. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gisele
Gisele - Google CLI Search
Gisele is simple tool which allows you to make a Google search in CLI
Installation
- Download the
gisele.phar
executable - Run Gisele:
php gisele.phar
Installation from Source
- Run
git clone https://github.com/borisguery/Gisele.git
- Run Composer to get the dependencies:
composer install
(see Composer documentation)
You can now run Gisele by executing the bin/gisele
script: php /path/to/gisele/bin/gisele
Usage
There are actually three search commands available.
web
php gisele.phar web "boris guery"
image
php gisele.phar image "php logo"
news
php gisele.phar news "php"
All commands have the following options:
The number of seconds between each requests, can be either an integer, or a range like 1,3 (default: '5,10')`
Ask confirmation before fetching next page
The maximum of result to fetch
Custom format to render the results, depending on the command, the following placeholder are available: {counter}
, {title}
, {link}
, {from}
, {ago}
(the last two are only available for the news
command)
Are you lucky? Stop at the first result
Tips & Tricks
How to automaticaly open the result in a browser using the --lucky
option?
(Replace open
by xdg-open
on Linux)
How to download the 20 first images from search result?
How do I save results while display them to the screen?
Contributing
If you have some time to spare on an useless project and would like to help take a look at the list of issues.
Requirements
- PHP 5.3+
- Internet connection
Authors
Boris Guéry - http://borisguery.com
License
Gisele is licensed under the WTFPL License - see the LICENSE file for details
About
This tool has mostly been written as a proof-of-concept while experimenting with Symfony2, Goutte, Composer and PHAR creation.
Most part of this application is heavily inspired by Composer and Symfony2 source code.
Legal Notes
Using this tool may be an infringement of the Google's terms of use (well, this may be unclear in some countries...), use at your own risk.
All versions of gisele with dependencies
symfony/console Version dev-master
symfony/class-loader Version dev-master