🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

scrape-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrape-api

A Python wrapper for Reddit scraping API.

0.0.1
96

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

Maintainers
1

Scrapeit

scrape-api is sponsored by:

Description

Python wrapper for REST API to scrape and retrieve data from Reddit for the given keyword.

Installation

Download using pip via pypi.

$ pip install scrape-api

Getting started

Import:

>>> from scrape-api import Scrape

Create an object of Scrape.

>>> scraper = Scrape(username='username', password='password')

Search for a new keyword.

>>> search_results = scraper.new_search(keyword='zoro')

Retrieve results from previous searches.

>>> previous_results = scraper.get_previous_results()

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