Giter VIP home page Giter VIP logo

phpreddit's Introduction

A clean, expressive API wrapper for Reddit, written in PHP

Based on the work of LukeNz: LukeNZ/phpreddit

Created simply because nothing else out there worked. Use by requiring in the master dev stream in your composer.json:

require: {
	"halfpastfouram/phpreddit": "dev-master@dev"
}

then...

composer require halfpastfouram/phpreddit

OAuth2 Integration

Simply pass in the user you wish to control and your Reddit ID and Reddit Secret:

use Halfpastfour\Reddit\Reddit;
$reddit = new Reddit('username', 'password', 'id', 'key');

Then set your user agent:

$reddit->setUserAgent('My awesome bot!');

phpreddit's People

Contributors

halfpastfouram avatar

Stargazers

Adam Brown avatar Connor Burton avatar  avatar

Watchers

James Cloos avatar  avatar

phpreddit's Issues

Handle ratelimits

It is possible that a script has so many things to do that there must be a lot of communication with the reddit api. Only 60 requests per minute are allowed by the reddit api.

The reddit api sends response headers with information about the amount of requests per minute:

Response header Description
X-Ratelimit-Used Approximate number of requests used in this period
X-Ratelimit-Remaining Approximate number of requests left to use
X-Ratelimit-Reset Approximate number of seconds to end of period

These response headers should be used by the API to handle the ratelimit correctly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.