Giter Club home page Giter Club logo

Comments (1)

jakehilborn avatar jakehilborn commented on July 18, 2024

Yes this is possible, but it's not user friendly to do in debbit's current state. You'll just need to edit the purchase_count fields for whichever month of interest inside the state folder. For example, to skip the rest of September, edit the file state/debbit_2020_09.txt and change the purchase_count numbers to be greater than the total_purchases number you have in config.txt. This gets a little more tricky when you haven't run debbit at all for the month, since this file won't already exist. You can simply create the file though using the example below. You'll need to replace any_card_description_example_merchant with your values from config.txt. The format is <card_description>_<merchant_name>. The code isn't going to do much bounds checking so you need one fake transaction in there too. Here's something to copy paste that has an example showing 2 merchants.

state/debbit_2020_09.txt

any_card_description_example_merchant:
  purchase_count: 999
  transactions:
  - unix_time: 0
any_card_description_xfinity_bill_pay:
  purchase_count: 999
  transactions:
  - unix_time: 0

from debbit.

Related Issues (20)

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.