Giter VIP home page Giter VIP logo

seo-keyword-research-tool's Introduction

image

Donate to Ukraine if you can through the United24, the initiative of the President of Ukraine which supports donations in crypto and cash.

Hi there ๐Ÿ‘‹

  • ๐Ÿ‘จโ€๐Ÿซ Iโ€™m currently a teacher of programming languages, robotics and website development.
  • ๐Ÿ“š I had been creating tutorials/blogs/projects and answering web scraping questions on StackOverflow and other Q&A platforms.
  • ๐ŸŒฑ Iโ€™m currently a beginner Python/Ruby developer.
  • ๐Ÿ“ซ How to reach me: [email protected]

seo-keyword-research-tool's People

Contributors

chukhraiartur avatar dimitryzub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

seo-keyword-research-tool's Issues

Import Error

from SeoKeywordResearch import SeoKeywordResearch
ModuleNotFoundError: No module named 'SeoKeywordResearch'
it give the above error when I try to run the code that you given in the example.py

Arabic Search keywords issue

Hello,

Iam trying to run the following query:

seo -q ุงุฎุจุงุฑ ุงู„ุณุนูˆุฏูŠุฉ -e rq -dl 1 -gl sa -hl ar -ak XXX

I got the following error:

Traceback (most recent call last):
File "/usr/local/bin/seo", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/SeoKeywordResearch/cli.py", line 19, in main
args = parser.parse_args()
File "/usr/lib/python3.10/argparse.py", line 1848, in parse_args
self.error(msg % ' '.join(argv))
File "/usr/lib/python3.10/argparse.py", line 2604, in error
self.print_usage(_sys.stderr)
File "/usr/lib/python3.10/argparse.py", line 2574, in print_usage
self._print_message(self.format_usage(), file)
File "/usr/lib/python3.10/argparse.py", line 2540, in format_usage
return formatter.format_help()
File "/usr/lib/python3.10/argparse.py", line 295, in format_help
help = self._root_section.format_help()
File "/usr/lib/python3.10/argparse.py", line 226, in format_help
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 226, in
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 350, in _format_usage
assert ' '.join(opt_parts) == opt_usage
AssertionError

[Feature request] Documentation for the programmatic API

Currently, only CLI usage is documented in the README and demo.

get_auto_complete, get_related_searches, and get_related_questions can be imported but it's not documented in the README. For example, a web app can be build with the same functionality as the CLI.

if 'all' in args.engines:
data['auto_complete'] = get_auto_complete(args.query, args.country, args.lang, args.api_key)
data['related_searches'] = get_related_searches(args.query, args.domain, args.country, args.lang, args.api_key)
data['related_questions'] = get_related_questions(args.query, args.domain, args.country, args.lang, args.api_key, args.depth_limit)

Wdyt?

Got an error on Depth-limit for detailed results

Hi @dimitryzub ,

I am trying this API to get detailed results but got an error on the depth limit parameter. can you help me to extract detailed results. and can we also get the statistics of these google searches e.g. number of times the terms/questions searches ??

CODE

keyword_research = SeoKeywordResearch(
query='moderna covid vaccine',
api_key=,
lang='en',
country='au',
depth_limit=2,
domain='google.com.au'
)

ERROR:
TypeError: SeoKeywordResearch.init() got an unexpected keyword argument 'depth_limit'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.