Skip to content

Ankushtpss/Hubstaff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubstaff

Overview

Library for Hubstaff. Perform actions such as list projects detail. Request Feature/Suggestion: https://forms.gle/efGD5DuTpWsX96GG7

Installation

pip install Hubstaff

Hubstaff supports Python 3+.

Usage

Default

import Hubstaff

personal_access_tokens = "your_personal_access_tokens" #can be generated from https://developer.hubstaff.com/personal_access_tokens


hb = Hubstaff.Connect(personal_access_tokens)  # Login to Hubstaff

print(hb.get_projects_data())

List all projects

hb.get_projects_data()  # List out all project assigned to logged in user

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages