WorkFlowy Assistant
This module allows you to add multiple bullets under a parent node.
Installation
pip install workflowy-assistant
This module is dependent on Mozilla Firefox. Please install it if you don't have it: https://www.mozilla.org/nl/firefox/new/.
Usage
from workflowy_assistant import WorkFlowyAssistant
# Insert your WorkFlowy e-mail and password below.
email = 'abc@demo.com'
password = 'abcdef'
# Change the path to your Firefox executable if necessary; use double backslash on Windows.
pathToFirefox = 'C:\\Program Files\\Mozilla Firefox\\firefox.exe'
# Start the WorkFlowyAssistant
WF = WorkFlowyAssistant(email, password, pathToFirefox)
# Replace this with the ID of the parent node. You can find it if you zoom in on the parent node and copy the id after
# 'https://beta.workflowy.com/#/' in the address bar of your browser.
parent_id = '5e8b93132997'
# Put all items you want to add in a list. Instead of calling the function for every item, it is better to generate the list first and
# call the function once.
listOfBullets = ['A','B','C']
# Add a list of new bullets under a parent node.
WF.add_new_bullet(parent_id, listOfBullets)
# Please close the process after all operations.
WF.close_browser()
Release files for workflowy-assistant 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| workflowy-assistant-0.0.5.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| workflowy_assistant-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / workflowy-assistant-0.0.5.tar.gz
| Download URL | workflowy-assistant-0.0.5.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f6ad353d1204900d938dea51e4f79269f4202d6ac6a5053663785a0225cabb5d
|
|
BLAKE2b-256 checksum How to use checksums |
395f18cf731762a3cfa3e13510636bd8ea010e4f9bdad1f88f75b94de7bae708
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
|
Release files / workflowy_assistant-0.0.5-py3-none-any.whl
| Download URL | workflowy_assistant-0.0.5-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4750e7fc07b535a5c86e86e97287616f339d44c0d09848c12953a9bf3e3983a6
|
|
BLAKE2b-256 checksum How to use checksums |
451ddb60823532d10646bb3a6c84c71696b57733f32f40d7d4479892ed8a039c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8
|