A Python module to interact with ActiveCollab and perform certain actions
Project description
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
Project details
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.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file ActiveCollab-2.tar.gz
.
File metadata
- Download URL: ActiveCollab-2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 463dda8c78a4e8e30e36831d32aea1a1b372349f1313b2f24b226905afcb5d81 |
|
MD5 | cc68e5817d1335221b33300fb3561f17 |
|
BLAKE2b-256 | 197fbe2a113dc1137a50148dbc50a5a787e8df8f188bcb4bbeca3f19701d0f3a |
File details
Details for the file ActiveCollab-2-py3-none-any.whl
.
File metadata
- Download URL: ActiveCollab-2-py3-none-any.whl
- Upload date:
- Size: 7.8 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 | 738d688d81d2ac7cae829978d7bb00e923197ae358afb05433e0d9fb660c6cfb |
|
MD5 | 200ce8ecb5b713d39e41e7a98bac5e3b |
|
BLAKE2b-256 | 282aa8f5633c4ac25a6a99c59560e1a4a76d52129e5d16e143f714bff7c9825c |