New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wikisum

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikisum

wikipedia article summarizer using openai api

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

wikisum

wikisum summerizes wikipedia articles by using axios and openai

To use wikisum:

1. run ```npm i wikisum```

2. get a openai api key

3. import the class ```import Wikisum from 'wikisum'```

4. initialize ```const wiki = new Wikisum()```

5. call ```wiki.summary(<wiki_article>, <openai_key>)```

6. run your js file

notes: 1. has to be a wikipedia article 2. have to have a openai api key

Version 1.0.2: ``` 1. added a new object called target (to fixed the object return undefined problem).

    2. Just call it in import Wikisum, {target} from 'wikisum'

    P.S you need to call the target object after Wikisum
```

FAQs

Package last updated on 20 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc