Socket
Book a DemoInstallSign in
Socket

plurb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plurb

0.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Plurb

Another Plurk API wrapper for Ruby.

Features

Plurb allows us to use the following Plurk API endpoints:

  • Get Plurks
  • Add Plurk
  • Edit Plurk
  • Delete Plurk

There are still a lot of other features of Plurk accessible through their endpoints. Will add more of them to Plurb.

Installation

gem install plurb

Usage

require 'plurb'

client = Plurb::Client.new('your_app_key', 'your_app_secret')
client.authorize('your_user_token', 'your_user_token_secret')

client.get_plurks # retrieving plurks from your timeline
client.plurk('you a Merry Christmas', 'wishes') # plurks: `wishes` you a Merry Christmas
client.edit_plurk(543623, 'you a happy new year') # edits previous plurk to: `wishes` you a happy new year
client.delete_plurk(543623)

Contributing

  • Fork this repository
  • Create a new branch, implement your awesome feature
  • Create a pull request

License

MIT License

FAQs

Package last updated on 09 Mar 2016

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.