https://github.com/tufayellus/search-query-suggest-tool
A python3 script to get search suggestion based on user input and display suggested search term using bing search and airbnb (for location)
https://github.com/tufayellus/search-query-suggest-tool
airbnb auto-suggestion bing bing-api bing-search search-interface suggestion-bot
Last synced: 7 months ago
JSON representation
A python3 script to get search suggestion based on user input and display suggested search term using bing search and airbnb (for location)
- Host: GitHub
- URL: https://github.com/tufayellus/search-query-suggest-tool
- Owner: TufayelLUS
- Created: 2020-06-09T07:29:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T14:18:04.000Z (about 5 years ago)
- Last Synced: 2025-01-23T23:44:53.884Z (9 months ago)
- Topics: airbnb, auto-suggestion, bing, bing-api, bing-search, search-interface, suggestion-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.