Skip to content

R package to interact with the Pushift.io API

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

schochastics/PSAWR

Repository files navigation

PSAWR

R-CMD-check Codecov test coverage CRAN status

PSAWR is a Pushsift.io API Wrapper written in R for comment/submission search for Reddit.

Reddit is revoking the API access of pushshift (message,2023-05-02) once this is enforced, the package will probably stop working

Installation

You can install the development version of PSAWR like so:

devtools::install_github("schochastics/PSAWR")

Search comments

Get the last 100 comments mentioning dogs in the subreddit cats.

search_coments(q = "dogs", subreddit = "cats", size = 100)

Search subreddits

Get the last 10 submissions mentioning cats in the subreddit dogs.

search_submissions(q="cats", subreddit = "dogs",size = 10)

About

R package to interact with the Pushift.io API

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages