MostafaMotahari / Google-Reverse-Search-by-Image

Searching in goolge by image but in telegram.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google reverse image search bot

GitHub Logo

Introductions

Search Engine: Google

Modules: Pyrogram, SQLAlchemy

Simple telegram bot that scraps search data from google search engine and returns as a telegram message.

Also It also stores users' search statistics with a very good structure in a SQL database.

Installation

To install this project on your personal server, first od all clone this repo

  git clone https://github.com/MostafaMotahari/Google-Reverse-Search-by-Image.git

Then run these commands

  cd Google-Reverse-Search-by-Image
  pip install -r requirements.txt

And finally run the project

  python -m base

Some Notes

Recently, Google imposed restrictions on Data Scrapers that may cause the bot to malfunction.

This problem may be observed in changing the class of div tags, in which case the process of scraping the data is not done properly.

In this case you need to manually change the classes in base/plugin.py the file.

About

Searching in goolge by image but in telegram.

License:MIT License


Languages

Language:Python 99.7%Language:Procfile 0.3%