Coder Social home page Coder Social logo

ccli-bulk-reporter's Introduction

ccli-bulk-reporter

Open Issues Codacy Badge David

Test Run

Simple, automated, CCLI Usage Reporting using puppeteer.

But why

I hate repetitive tasks, and CCLI doesn't have a batch reporting method. (Which is really stupid.) My solution? Automate it!

Setup

Example index.js:

const { Client, Config } = require('ccli-bulk-reporter');
const config = require('./config.json');
const songs = require('./songs.json');

const myConfig = new Config(config);
const myClient = new Client(myConfig);

myClient.report(songs);

Example config.json:

{
	"ccliEmail": "",
	"ccliPassword": "",
	"headless": false
}

Where ccliEmail is your CCLI Email and ccliPassword is your CCLI Password.

Example songs.json:

[
 {
   "id": 0,
   "print": 0,
   "digital": 0,
   "recording": 0,
   "translation": 0
 },
 {
   "id": 0,
   "print": 0,
   "digital": 0,
   "recording": 0,
   "translation": 0
 }
]

Where id is the CCLI# of each song and print, digital, recording, and translation are the respective counts for each of use types.

Getting your song information:

Because I hate repetitive tasks, I simply took the CCLI report from Planning Center, copied it into Excel, saved it as a csv, then converted the csv to json.

ccli-bulk-reporter's People

Stargazers

 avatar  avatar

Watchers

 avatar

ccli-bulk-reporter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.