Skip to main content

Easily use YourTextGuru API in Python.

Project description

Python YourTextGuru

Connect to YourText.Guru's API, create guides, check your content optimization.

Setup

Simply install python_ytg and its dependencies with pip:

pip install python-ytg  

Usage

Get your API key from https://yourtext.guru/profil/api.

A simple example:

import python_ytg as ytg
from time import sleep

conn = ytg.Api('My API Key')
guide_id = conn.create_guide('My Awesome Keyword')

while(conn.get_guide(guide_id) is None):
    sleep(60)

print(conn.get_guide(guide_id))

print(conn.get_scores(guide_id,'My Awesome Content'))

Remember to also check the API documentation for more tips!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_ytg-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

python_ytg-0.0.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page