https://github.com/robiningelbrecht/reddit-php-client
https://github.com/robiningelbrecht/reddit-php-client
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robiningelbrecht/reddit-php-client
- Owner: robiningelbrecht
- License: mit
- Created: 2022-01-26T18:30:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T19:45:21.000Z (over 4 years ago)
- Last Synced: 2025-01-17T03:47:35.706Z (over 1 year ago)
- Language: PHP
- Size: 414 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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