Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T07:36:09.000Z (over 6 years ago)
- Last Synced: 2024-10-08T14:18:23.984Z (about 1 month 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
![](https://vignette.wikia.nocookie.net/pixar/images/d/d4/Wall%E2%80%A2e.png/revision/latest/scale-to-width-down/185?cb=20110429103101)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 PatelThis code is distributed under [MIT license](https://github.com/piedcipher/iWallE/blob/master/LICENSE).