Skip to content

lipemorais/auto-invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-invoice

The objective of this project is generate an invoice on husky.io using 1 command

Dependencies

You need to install pipenv since this project use it to handle Python dependencies

pipenv installation

If you're using Debian Buster+:

$ sudo apt install pipenv

Or, if you're using Fedora:

$ sudo dnf install pipenv

Or, if you're using FreeBSD:

# pkg install py36-pipenv

Or, if you're using Mac OS:

$ brew install pipenv

Or, if you're using Windows:

# pip install --user pipenv

Setup

To set up the project you need to make a copy of auto_invoice/.env.example

cp auto_invoice/.env.example auto_invoice/.env

So you can fill the sensitive data in auto_invoice/.env

Run

Once you are done with filling the data you can run

make invoice

You should look for 2 important logs:

  1. Login done successfully!!! so you know that your login on husky was successful
  2. Invoice sent successfully! so you know that your invoice was sent for your e-mail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published