Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpan-206/mac-wallpaper-nasa
https://github.com/arpan-206/mac-wallpaper-nasa
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpan-206/mac-wallpaper-nasa
- Owner: Arpan-206
- Created: 2024-05-31T07:30:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:31:55.000Z (8 months ago)
- Last Synced: 2024-11-24T19:38:00.742Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to Have Live NASA Wallpaper on Your Desktop (MAC ONLY):
1. Create an API Key on [https://api.nasa.gov/](https://api.nasa.gov/)
2. Clone the repository
3. Install the dependencies using `pip install -r requirements.txt`
4. Make a `.env` file in the root directory and `NASA_TOKEN=YOUR_API_KEY` in it
5. Run the app using `python wallpaper-changer.py`
6. If you want to change the wallpaper every 12 hours, add the script to your crontab using `crontab -e` and add `0 */12 * * * /wallpaper-changer.sh` to it
7. Enjoy your live NASA wallpaper!