Skip to content

bfgdigital/sigaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIGAF (Should I Give A Fuck)

A simple dashboard that tells you at a glance whether you should care about what Bitcoin is doing right now. No fancy charts, no complicated lines to figure out - just a clear signal about Bitcoin's current momentum.

Overview

Let's be real: No chart is going to predict the future. Unless you're prepared to spend serious time understanding the macro landscape, everything else is just vibes.

This tool isn't for fortune telling. It's for one thing: showing you if Bitcoin's momentum is on track based on its own internal reality. The only inputs are price history and block time. That's it.

What You'll See

The dashboard gives you a simple status:

  • PARTY: Things are looking good, momentum is strong
  • PEACHY: Pretty decent momentum, worth keeping an eye on
  • MEH: Business as usual, nothing to see here
  • WATCH: Momentum's a bit weak, maybe pay attention
  • NO BUENO: Things are looking rough, definitely worth watching

Components

Data

  • Historical Bitcoin price data in data/btc-price-history-data.csv
  • Gets updated automatically with the latest prices

Lambda Function

  • Located in lambda/lambda_function.py
  • Keeps the price data fresh
  • Just update the bucket name if you want to use it

Dashboard

  • Main interface in index.html
  • Clean, simple display of the current status
  • No charts to interpret, just a clear signal

Setup

Running the Dashboard

  1. Open index.html in your browser
  2. That's it! You'll see the current status right away

Keeping Data Fresh

If you want to set up automatic updates:

  1. Update the BUCKET_NAME in lambda_function.py to your S3 bucket
  2. Deploy the Lambda function to AWS
  3. Or just update the CSV file manually if you prefer

Contributing

Feel free to:

  • Update the data file with newer prices
  • Make the dashboard look better
  • Add new features (but keep it simple!)

Contact

Find me on Nostr: npub14c9x62qzjgfturmxp4lzwx52ph7nkzefjrkjr566wsnjmgkj2fpssfs5jx

License

I dgaf what you do with this code. Use it, modify it, sell it - whatever floats your boat. Just don't be a dick about it.

About

Should I give a fuck. A dashboard for bitcoin price assessment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published