Nodifly Python Library
========================
Installation
To install the current release:
pip install --upgrade nodifly
Requirements
- Python 2.7+ or Python 3.4+
Usage and Starting Out
The library needs to be configured with your account's secret key which is available in your Nodifly Settings.
After you register, grab your Access Key and Access Secret from the keys and tokens tab.
First, you'll want to import Nodifly
from nodifly.auth import NodiflyAuth
Authentication
Now, you can create a Nodifly instance with your access key and access secret.
ACCESS_KEY = 'YOUR KEY HERE'
ACCESS_SECRET = 'YOUR SECRET HERE'
nodifly = NodiflyAuth(ACCESS_KEY, ACCESS_SECRET)
And then depending on if you're using terminal or in Jupyter notebooks, you can:
Terminal
After including the instantiated Nodifly instance at the top of the
Within terminal you can call it as
nodifly your_file.py - [text, record, email]
Jupyter Notebooks
Within Jupyter Notebooks, you can use it in a per cell use case.
nodifly.nodifly(alias='YOUR_ALIAS', kind='text, record, email')
YOUR CODE HERE
Dashboards and Analysis
image
Questions and Comments
We're actively looking to improve and expand Nodifly - if you have any questions or suggestions, please don't hesitate to reach us at nodiflycontact@gmail.com
Thank you!
Release files for nodifly 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nodifly-1.1.1.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nodifly-1.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.9 kB
Release files / nodifly-1.1.1.tar.gz
| Download URL | nodifly-1.1.1.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
18663ebd47f16b33ca4e50c3c1b940fa6f11bb409c52e12812fbea1728b23a33
|
|
BLAKE2b-256 checksum How to use checksums |
23661fb7f86fbfd8135925c53307e0562806f2a651e773a4f4db7645cc131f87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|
Release files / nodifly-1.1.1-py3-none-any.whl
| Download URL | nodifly-1.1.1-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e0a88336a34e83ca031be86f45aa99ed5caccdf869293f546392621cbdecd7cf
|
|
BLAKE2b-256 checksum How to use checksums |
c9ddb619a63beac0f5f780d09ab8c71e7499f9ee570a431fc186cad846cb5ff0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.20.1 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
|