Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.01 KB

Neptyne Code Samples

This repository contains code samples for Neptyne. They generally work for the core product and the Add on. and where not, this will be noted in the samples.

Samples

  • Web Search and AI

    Shows how to use Bing Search and Open AI to research a topic by doing a web search and summarizing the results based on the snippets that are returned.

  • Ask Reddit

    Shows how to use the Reddit API to get the recent Ask Reddit posts and then use the Open AI API to summarize the answers to the questions. Adds those answers to the Google Sheets and also powers a twitter bot.

  • Mandelbrot Set

    Shows how to generate a Mandelbrot set inside of Google Sheets. Uses the Neptyne Python Add on to do this of course, but that outputs just numbers. We use conditional formatting to make it look nice.