ActiveCollab
Overview
This project aims to build a headless interaction with your active collab using Selenium WebDriver.
Installation
pip install ActiveCollab
whatsapp-auto officially supports Python 3.8+.
Usage
Default
import ActiveCollab
host_url = 'host_url' # Active Collab hosted URL
user_name = 'your_username_or_email' # Active Collab username or email
password = 'your_password' # Active Collab Password
ac = ActiveCollab.Connect(host_url,user_name,password) # Login to Active Collab
List all projects
ac.list_projects() # List out all project assigned to logged in user
List all users
ac.list_users() # List out all users in your organization with id, name and email
List users in a project
ac.list_users_in_project(project_id) # List out all users in the project (project_id)
add user in a project
ac.add_user_in_project(project_id,user_name_or_user_email) # Add user in provided project_id
Release files for ActiveCollab 2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ActiveCollab-2.tar.gz | 7.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ActiveCollab-2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.5 kB
Release files / ActiveCollab-2.tar.gz
| Download URL | ActiveCollab-2.tar.gz |
|---|---|
| Size | 7.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
463dda8c78a4e8e30e36831d32aea1a1b372349f1313b2f24b226905afcb5d81
|
|
BLAKE2b-256 checksum How to use checksums |
197fbe2a113dc1137a50148dbc50a5a787e8df8f188bcb4bbeca3f19701d0f3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / ActiveCollab-2-py3-none-any.whl
| Download URL | ActiveCollab-2-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
738d688d81d2ac7cae829978d7bb00e923197ae358afb05433e0d9fb660c6cfb
|
|
BLAKE2b-256 checksum How to use checksums |
282aa8f5633c4ac25a6a99c59560e1a4a76d52129e5d16e143f714bff7c9825c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|