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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_ytg-0.0.1.tar.gz.
File metadata
- Download URL: python_ytg-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
731f25dbbf264f0bb4a7b652c2865ef158f64e10f7007efdddde4ea892c878e2
|
|
| MD5 |
12cf5164b82143819a2a40a1b9b0c4ff
|
|
| BLAKE2b-256 |
5efa8f4a0890b710b0b6723a88ca3eb982cfae0365d6e48e5f185f09b94df242
|
File details
Details for the file python_ytg-0.0.1-py3-none-any.whl.
File metadata
- Download URL: python_ytg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25369f20483ca0f51c6b1dfcb0d47c40979b5860e097e1496cffc21d83ebeac3
|
|
| MD5 |
134c51f2b79e2df5014e14a779631f0c
|
|
| BLAKE2b-256 |
9253ba6dea96c6f064784e05452ac3ec9622763d9efa792e8e7f51f5e90d2186
|