A Python module for Spanish Spinner (Reescritor.com & DisparaTusIngresos.com)
Project description
reescritor
A Python module for Article Rewriter (spanish) with Reescritor.com.
How to Install
To install using pip run:
pip install reescritor
How to use this module
This module can be used to rewrite texts in Spanish.
See following example:
from reescritor import ReescritorRequest
provider = “reescritor.com”
apikey = “YOUR_API”
text_in = ‘’’Texto en español de entrada Puedes poner lo que quieras’’’
protected = ‘’’one word per line other word’’’
r = ReescritorRequest.spinner(apikey, text_in, protected, provider)
print(r[text])
print(r[text_nospintax])
Customer Support
Simply reach out to us via Telegram Group
Sign up to get a API key
Licence
This software is licensed under the GNU General Public License (version 3) as published by the Free Software Foundation this licence http://www.gnu.org/licenses/ . If you would want a different licence please contact me, on twitter @nicolasmarin.
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
File details
Details for the file reescritor-0.0.3.tar.gz.
File metadata
- Download URL: reescritor-0.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a06bc79fa6460c9644794ff4d32e4eef3cdb1af9b5732fc803f7d3361087642f
|
|
| MD5 |
bb2b7565b8244e42752d66afa92df331
|
|
| BLAKE2b-256 |
ddef98d8467744f850de21b0e439a4fd8bb90a7c534d88ea987e06c44510e9b1
|