Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Biswa96/WinLight
Download Windows 10 Spotlight Lock screen images anywhere using Content Delivery Management
https://github.com/Biswa96/WinLight
linux-desktop python reverse-engineering reversing shell-script spotlight telemetry undocumented wallpaper windows-10
Last synced: 9 days ago
JSON representation
Download Windows 10 Spotlight Lock screen images anywhere using Content Delivery Management
- Host: GitHub
- URL: https://github.com/Biswa96/WinLight
- Owner: Biswa96
- License: gpl-3.0
- Created: 2019-05-03T13:47:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T05:22:50.000Z (almost 3 years ago)
- Last Synced: 2024-11-23T20:46:02.517Z (19 days ago)
- Topics: linux-desktop, python, reverse-engineering, reversing, shell-script, spotlight, telemetry, undocumented, wallpaper, windows-10
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 36
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Biswa96/WinLight - Download Windows 10 Spotlight Lock screen images anywhere using Content Delivery Management (Python)
README
# WinLight
Download Windows 10 Spotlight Lock screen images anywhere
# How to use
Clone this git repository with `git clone https://github.com/Biswa96/WinLight`.
If you want to download the images in a different folder copy the script in it.
Run any one of the scripts as following:* Python script: Install requests module with `python -m pip install requests`.
Run the script with double click or use `python WinLight.py`.* Shell script: Install `wget` in your system. Fox example, in Debian and
its family run `apt install wget`. Make the shell script
executable with `chmod +x WinLight.sh`. Then run the script with
double click or use `./WinLight.sh` command in your preferred shell.There will be some JPEG images after success. Images will be in pair of landscape
and portrait mode. Run the script multiple times to gather more images.# How this works
Both script work as following:
* Download the `cache.json` file with some magic.
* Edit it for further use.
* Download the images.
* Delete small blank files (less than 2 KB).To see `cache.json` file, open it in Firefox which highlights it syntactically.
For Chromium and its derivatives, use any JSON viewer or formatter extensions.# Insight
Interested in what happens behind the scene? See [Developers](Developers.md) page.
# License
WinLight is licensed under the GNU General Public License v3. A full
copy of the license is provided in [LICENSE](LICENSE).WinLight -- Download Windows 10 Spotlight Lock screen images anywhere
Copyright (C) 2019 Biswapriyo NathThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .