https://github.com/piedcipher/iwalle
CLI app with Bash & PHP that changes wallpaper using Imgur's API from a subreddit.
https://github.com/piedcipher/iwalle
bash cli imgur imgur-api php reddit
Last synced: 11 months ago
JSON representation
CLI app with Bash & PHP that changes wallpaper using Imgur's API from a subreddit.
- Host: GitHub
- URL: https://github.com/piedcipher/iwalle
- Owner: piedcipher
- License: mit
- Created: 2017-12-30T12:19:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T07:36:09.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T00:35:27.576Z (over 1 year ago)
- Topics: bash, cli, imgur, imgur-api, php, reddit
- Language: PHP
- Homepage: https://youtu.be/1Y6WRc4J4EI
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iWallE

CLI app with Bash & PHP that changes wallpaper using Imgur's API from a subreddit.
## Dependencies
* ```php7.0-cli```
* ```php7.0-curl```
## Setup
* Download & Extract repo in ```Home directory``` i.e.```/home/``` **OR**
Clone the repo - ```git clone https://github.com/piedcipher/iWallE.git ~/iWallE```
* Register a new [Imgur application](https://api.imgur.com/oauth2/addclient) to get API credentials.
* Put ```client id``` in ```app.php``` file.
## Usage
```$ ./iWallE ```
## Issues
Report any issues, bugs or feature requests at [issues](https://github.com/piedcipher/iWallE/issues) page.
## License
Copyright (c) 2017-2018 Tirth Patel
This code is distributed under [MIT license](https://github.com/piedcipher/iWallE/blob/master/LICENSE).