Helps you automate your WorkFlowy.
Project description
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)
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 workflowy-assistant-0.0.4.tar.gz.
File metadata
- Download URL: workflowy-assistant-0.0.4.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
760010f072d26a32848db04604dd92ac684027d07f304e4b43133a83267d7556
|
|
| MD5 |
13df911ec24db53a543207eac96ed6f1
|
|
| BLAKE2b-256 |
6291ddc7c24b1e077d9b1ce91d2a59caa983007bdefacbe855061e6f69221d2f
|
File details
Details for the file workflowy_assistant-0.0.4-py3-none-any.whl.
File metadata
- Download URL: workflowy_assistant-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32bf835190cb31388a9a1b13fe0e8e512bc564f77e02bfa7f3ca0b8dd81d2011
|
|
| MD5 |
5f51015acf613edb0bae2f0cef9590b4
|
|
| BLAKE2b-256 |
e1f8cd9e0671d65a4925bafb90c3cddd2649416f3ea683d227987f97b8ac7121
|