jpcweb / finder

Find on search engines via command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finder.py

Find on search engines via command line

Table of Contents

Getting Started

This is a simple web crawler prototype that prints out news from google or duckduckgo.

Prerequisites

You'll need python3 running on your computer and geckodriver.

Installation

  1. Clone the repo
git clone https://github.com/jpcweb/finder.git
  1. Download the appropriate geckodriver archive on your computer geckodriver and unzip it.
  2. Install the requirements
# or pip3
pip install -r requirements.txt
  1. Launch it
# or whatever you like
python3 finder.py --browser duckduckgo python class

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Jérémie Payet - JPCWeb

Acknowledgements

About

Find on search engines via command line


Languages

Language:Python 100.0%