Skip to content

A simple way to view search results from the search engines (Google, Bing, AOL, etc.)

License

Notifications You must be signed in to change notification settings

encoreshao/search-engines-scraper

Repository files navigation

Goooogle

A simple way to view search results from the search engines (Google, Bing, AOL, etc.)

Installation

python3 -m venv search-engines-scraper-venv
source search-engines-scraper-venv/bin/activate


<!-- pip install -r requirements.txt -->

python3 setup.py install
export FLASK_ENV=development
flask run

Technology Stack

Screenshots

  • Loading

https://scraper.ranbot.online

  • Search Results

https://scraper.ranbot.online

Python

  • used common layout [code block]
{% extends 'layouts/application.html' %}
  • Python script in flask template
  {% if page == 1 %}
  {% set page_text = 'Value 1' %}
  {% else %}
  {% set page_text = 'Value 2' %}
  {% endif %}

About

A simple way to view search results from the search engines (Google, Bing, AOL, etc.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages