An open API service indexing awesome lists of open source software.

https://github.com/robiningelbrecht/reddit-php-client


https://github.com/robiningelbrecht/reddit-php-client

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Reddit PHP client

*Disclaimer*: This is not a complete Reddit client. It's an example of a client used by my bot.
The bot scans several subreddits for screenshots and cross-post them to a dedicated subreddit of my own.

## Install

```
composer require robiningelbrecht/reddit-php-client
```

The file `example.php` contains the actual code of the bot.
It should contain all the code you need to get you started.

If you liked my approach, consider giving this repo a :star:

## Unit tests??

The code is not unit tested because I wrote this bot before I got in to TDD...
yeah, I know