Skip to content

berkaybindebir/search2excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search 2 Excel

N|Solid

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..

New Features!

  • There is No New Features Yet

Requirements

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.

Installation

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

Usage

Open your favorite Terminal and run these commands.

example usage:

$ python3 app.py "Search Query Goes Here" --page="Page Count(Integer)"

You may Also Edit Base Directory & Base File Name

  • /config.py

Todos

  • Application Build
  • Write Test
  • Image and News Search

License

MIT

Releases

No releases published

Packages

No packages published

Languages