Project

beggar

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Tool for generating time reports from Basecamp. You can specify rate for each project and get value of your month salary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.7.0

Runtime

 Project Readme

Beggar

Description

Beggar is a tool for generating time reports from your Basecamp account

Example output:

Current month
Workdays:     78%
Worked hours: 140.0h (-12.0h)
Salary:       5320.0zł (-456.0zł)

Installation

Install it like any ruby gem

gem install beggar

and run by

beggar

Configuration

Before first use, beggar will try to create configuration file in your home directory (~/.beggar)

Example config:

company: pear
token: abc123
rate: 50.0
country: pl

Changelog

v1.0.3 don't count holidays as working days
v1.0.2 fix bug when time entries are empty
v1.0.1 change output
v1.0.0 first stable release

Contributors

@grk