ActiveCollab
Overview
This project aims to build a headless interaction with your active collab using Selenium WebDriver.
Download stats
Installation
pip install ActiveCollab
ActiveCollab 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
+ Add Task in a Project
ac.add_task_in_project(project_id,task_title,task_description,task_assignee) # Add task in the provided project_id
+ Add Note in a Project
ac.add_note_in_project(project_id,note_title,note_content) # Add note in the provided project_id
Release files for ActiveCollab 3
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-3.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ActiveCollab-3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.6 kB
Release files / activecollab-3.tar.gz
| Download URL | activecollab-3.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
76cf1e5bf66eb1a536a74a1a13b38dacd1e2412a2f6b15302ff5cdd40b77a7e6
|
|
BLAKE2b-256 checksum How to use checksums |
bc32c073de84714a05a608abf522a24796f85963f7d25f01e56ccb1707381911
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|
Release files / ActiveCollab-3-py3-none-any.whl
| Download URL | ActiveCollab-3-py3-none-any.whl |
|---|---|
| Size | 9.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7206fd8ac7bd1dcac7328d102f4e95f59fbef4aae845d165593db54fecd127a3
|
|
BLAKE2b-256 checksum How to use checksums |
d58a9dd88efbd4756f5e95d2c6f84c2617ef657229ade741cfda49aa130237a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.3
|