Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
1–9 of 9 posts
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#2Here is a sample workflow that shows service features - https://nekton.ai/start/162-Xcz3PZOkB8OhIeFlOeBTVA
You can automate many different things. Here are some things you can try:
* Find top Reddit posts about AI and send them to my Discord channel.
* Get Reddit posts that mention my project and create a tweet for them.
* Assign my latest GitHub pull request to a person with the fewest open PRs in the project.
* Automate technical support - https://nekton.ai/start/143-HpJtyXEzfRv7UKvqOHySkw
Features:
* Create reusable automated workflows.
* Share workflows with other people - you can send them a link that will start a workflow.
* Collect input with forms before running the automation.
* Run your automation on a schedule. Workflows run in the cloud - no need to keep your browser open.
* Use other services from your workflow. Nekton can securely store access tokens and other credentials needed to access outside services and apps.
* Mix together manual and automated steps in a single workflow.
Since the last post, we made multiple improvements to make it easier to automate things and connect to external services.
I work on this project, and curious to know your thoughts!
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#3If you are doing the same things over and over every day, you can try automating it with Nekton. Just describe what needs to be done in plain English, step by step. Nekton will then convert your steps into executable code using GPT 4, and run them in the cloud. Here is a sample workflow that shows service features - https://nekton.ai/start/162-Xcz3PZOkB8OhIeFlOeBTVA You can automate many different things. Here are so…
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#4If you are doing the same things over and over every day, you can try automating it with Nekton. Just describe what needs to be done in plain English, step by step. Nekton will then convert your steps into executable code using GPT 4, and run them in the cloud. Here is a sample workflow that shows service features - https://nekton.ai/start/162-Xcz3PZOkB8OhIeFlOeBTVA You can automate many different things. Here are so…
How is it going to tweet from ChatGPT?
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#5If you are doing the same things over and over every day, you can try automating it with Nekton. Just describe what needs to be done in plain English, step by step. Nekton will then convert your steps into executable code using GPT 4, and run them in the cloud. Here is a sample workflow that shows service features - https://nekton.ai/start/162-Xcz3PZOkB8OhIeFlOeBTVA You can automate many different things. Here are so…
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#6Earlier quoted context omitted.
How is it going to tweet from ChatGPT?
Nekton will write the code using GPT4 that will use Twitter API to post the tweet. It will also handle Twitter authentication and get your permission to post.
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#7If you are doing the same things over and over every day, you can try automating it with Nekton. Just describe what needs to be done in plain English, step by step. Nekton will then convert your steps into executable code using GPT 4, and run them in the cloud. Here is a sample workflow that shows service features - https://nekton.ai/start/162-Xcz3PZOkB8OhIeFlOeBTVA You can automate many different things. Here are so…
Put these workflows on your landing page, I went there and could not figure out what I can use it for.
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#8Earlier quoted context omitted.
Nekton will write the code using GPT4 that will use Twitter API to post the tweet. It will also handle Twitter authentication and get your permission to post.
Ok. I tried posting to twitter, but could not connect to it. Twitter website says that sign in did not happen.
Use twitter V2 api and oauth scope "tweet.write", "tweet.read", "users.read".
Re: Show HN: Automate your day-to-day tasks with ChatGPT 4 and Nekton.ai
#9Earlier quoted context omitted.
Ok. I tried posting to twitter, but could not connect to it. Twitter website says that sign in did not happen.
It's likely that GPT generated code to work with old Twitter API that was shut down recently. You can try adding the following to your step description to fix this: Use twitter V2 api and oauth scope "tweet.write", "tweet.read", "users.read".