Skip to content

stellarianetwork/kuso-replier

Repository files navigation

kuso-replier

Let's do useless things with the cutting edge technology of 2023.

Throw human-like replies to my posts using Notestock's webhook feature and ChatGPT API.

dev

# start the dev server
deno task dev

Notestock can't deliver posts directly to webhooks running on your computer, so you probably need something to bridge. My recommendation is smee.io (it's like ngrok for webhooks).

# First, open smee.io in your browser and create a new channel.

# Install the smee client using npm. (only for the first time)
# npm install --global smee-client

# Then, run the smee client.
smee -u https://smee.io/abcdefg -p 8000

Finally, set the webhook URL to https://smee.io/abcdefg in Notestock's settings page.

deploy

Use deno deploy.

Almost the same as dev.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published