Skip to content

A python3 script to get search suggestion based on user input and display suggested search term using bing search and airbnb (for location)

Notifications You must be signed in to change notification settings

TufayelLUS/Search-Query-Suggest-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Search Query Suggest Tool

This is a python3 based program/script that allows you to search a term and get some search suggestion based on your typed term. Should be useful to those developers who are making web apps using django or it can be used in other programming languages as well.

What it does?

When you type a keyword in search bar, it will produce relevant search terms for you. For example, if you type "Ban", it will print you all search terms relevant to "Ban".

How to run?

  1. Install python latest version from python website. (make sure to tick on add to path in first installation screen)
  2. open command prompt or terminal and type
    pip install requests
  3. double click to execute or you can run it in command prompt by going to the script directory and then typing
    python3 suggest-me.py
    and rest of the instruction follows on your screen! Cheers!
    suggest-me-2.py file looks for location only and returns location based search result.

About

A python3 script to get search suggestion based on user input and display suggested search term using bing search and airbnb (for location)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages