Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cyberspace

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyberspace

Python library for navigating the world wide web

  • 2022.2.12
  • PyPI
  • Socket score

Maintainers
1

CyberSpace

Wikipedia

InfoBox

from cyberspace import Wikipedia
w = Wikipedia(rate_limit_wait_seconds=0.1)
result = w.search('steve wozniak')[0]
print(result)

output

{
  "title_1": "Steve Wozniak",
  "unknown_row_1": {
    "texts": [
      "Wozniak in 2018"
    ],
    "links": [
      {
        "url": "/wiki/File:Steve_Wozniak,_November_2018.jpg"
      }
    ]
  },
  "Born": {
    "texts": [
      "Stephen Gary Wozniak[1](p18) (1950-08-11) August 11, 1950 (age 68)San Jose, California, U.S."
    ],
    "links": [
      {
        "url": "#cite_note-iWoz-1",
        "text": "[1]"
      },
      {
        "title": "San Jose, California",
        "url": "/wiki/San_Jose,_California",
        "text": "San Jose"
      },
      {
        "title": "California",
        "url": "/wiki/California",
        "text": "California"
      }
    ]
  },
  ...

FAQs


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