diff --git a/bink.py b/bink old mode 100644 new mode 100755 similarity index 94% rename from bink.py rename to bink index e888938..d7f2812 --- a/bink.py +++ b/bink @@ -1,4 +1,4 @@ -# {"title": "this is a test", "body": "this is text"}, +#!/bin/python3 import json from glob import glob @@ -51,5 +51,3 @@ def create_post(title, body): } with open(f"{home}/{time_ns()}", "w") as f: json.dump(thread, f, indent=2) - -print(generate_feed())