adamlesniak / spens

Convert bank statements with tags onto charts and easily accessible metrics.
MIT License
0 stars 0 forks source link

Add in automated keyword analysis #1

Open adamlesniak opened 6 months ago

adamlesniak commented 6 months ago

Currently keywords are defined in:

Expenses:
  Dining:
    Coffee:
      - 'STARBUCKS'
    Restaurant:
      - 'Uber Eats'
  Entertainment:
    Visits:
      - 'Museum of Modern Art'
  Subscriptions:
    Sport:
      - 'Gym'
    Entertainment:
      - 'Microsoft'
      - 'Google'
      - 'YouTube'
    Mobile:
      - 'Vodafone'
    Transport:
      - 'Bus'
  Shopping:
    Garden:
      - 'Woodies'
    Amazon:
      - 'Amazon'
  Donations:
    - 'Share the Meal'

https://github.com/adamlesniak/spens/blob/main/examples/sample_tokens_output.yml#L13-L39

Todo:

Income
Housing
Household Items
Food
Transportation
Medical/Health
Insurance
Home Services
Utilities
Groceries
Travel
Technology

Extract category from phrase such as:

starbucks should endup as coffee shop joes shop should end up as groceries joes hardware shop should end up as diy

adamlesniak commented 3 days ago

body