Search 2 Excel is a tool for converting your Google queries to the Excel table
- Type some queries and let Search2Excel generates a document
- How Many Google Results You Want? 1 Page, 2 Page maybe More..
- There is No New Features Yet
Search2Excel uses these modules to work properly:
- Click Cli - Python composable command line interface toolkit
- Google Search Api - Python based api for searching google web, images, calc, and currency conversion.
- Xlsx Writer - XlsxWriter is a Python module for creating Excel XLSX files.
Search2Excel requires Python v3 to run.
Install the dependencies and devDependencies and start the server.
$ git clone link-goes-here
$ git install click
$ pip install XlsxWriter
$ pip install git+https://github.com/abenassi/Google-Search-API
Open your favorite Terminal and run these commands.
example usage:
$ python3 app.py "Search Query Goes Here" --page="Page Count(Integer)"
- /config.py
- Application Build
- Write Test
- Image and News Search
MIT