ActiveCollab
Overview
This project aims to build a headless interaction with your active collab using Selenium WebDriver.
Download stats
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
+ 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
activecollab-2.1.tar.gz
(9.1 kB
view details)
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 activecollab-2.1.tar.gz.
File metadata
- Download URL: activecollab-2.1.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0430a229681aaf9e820b6edc37f55dcd641a9d776a62c920310579eca47504c
|
|
| MD5 |
d43d610e31b5afa2846be4153361b1df
|
|
| BLAKE2b-256 |
1a9d46079422ef05f348ae150a637f2f52753eb1146e5c5a664fc955df39cb35
|
File details
Details for the file ActiveCollab-2.1-py3-none-any.whl.
File metadata
- Download URL: ActiveCollab-2.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4534a35185114f6622026f4e5befa5d11586c6b189e10ab95d1d3c95ab8cfc12
|
|
| MD5 |
7fd435c0883233cb8c65bc2e37e671ad
|
|
| BLAKE2b-256 |
1580569f5618b256111607dccf3b392137e4542640fbcb9d5b37d0d99eb097fc
|