Skip to content

YuqingXue/xsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

xsearch

About The Project

Use Python to search, export and analyse the search results of a long list of keywords.

Built With

Selenium A package to automate web browser interaction from Python.

Getting Started

Prerequisites

Python Python 3

Chrome Download Google Chrome, and check the version through 'Help > About Google Chrome'.

ChromeDriver Download a driver to interface with the Chrome browser. Make sure it’s consistent with Chrome version. link1 link2 link3

Installation

If you have pip on your system, you can simply install or upgrade the Python bindings:

pip install search

Alternately, you can download the source code from PyPI (e.g. xsearch-0.0.8.tar.gz), unarchive it, and run:

python setup.py install

Usage

Search Engines

  • google.com or google.com.hk

  • baidu.com

  • bing.com or cn.bing.com

  • sogou.com

  • weixin.sogou.com

Code

import xsearch
xsearch.search()

License

The project is under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages