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.
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.4.tar.gz.
File metadata
- Download URL: reescritor-0.0.4.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 |
f7c369a88b77248506fd8e12b413e5fdcdaf4dcf445109497e5d62e3fb81ce0b
|
|
| MD5 |
8c9a3534439d35a486f29c1aa38793ff
|
|
| BLAKE2b-256 |
b49fe6faa639a23f4a62148a691bbebb76ceb783814d64420deb0547c2839015
|