EVENTFETCH v0.1

FILES

    
    eventfetch/
		fetch.sh
        events/
        plugins/
            mastodon

INSTALL

    pkg install curl jq
	
	jq is available on Android Terminex!

    chmod +x fetch
    chmod +x eventfetch/plugins/mastodon

Make sure files are in home directory:

    fetch -> ~/fetch
    eventfetch -> ~/eventfetch

BASELINE EVENT TAGS

    #event
    #COUNTRY
    #STATE
    #POSTAL
    #YYYYMMDD
    #HHMM

Example:

    #event #US #PA #12345 #20260920 #1900

TIME is optional.

RUN NORMALIZED JSON

    ~/fetch https://proe.whimming.eventfetch-demo.json "" US PA 12345 20260920 1900

RUN MASTODON

    ~/fetch https://mastodon.social mastodon US PA 12345 20260920 1900

OUTPUT

    ~/eventfetch/events/
	
	Standard output you can "cat" to view. It will just be a list, however it is chunked...

Each completed line printed by fetch represents one completed log chunk.
