hammadbawara / Bing-Daily-Wallpaper-Updater-Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bing Daily Wallpaper Updator Ubuntu

Bing Daily Wallpaper Updator is a software that update wallpaper daily. You can use by both ways through command line or through GUI.

Screenshots

Screenshot 1

Screenshot 2

API

Api address : https://bing.biturl.top

Parameters

resoultion The default resolution of the image is 1920. You can use 1366 (720p Resolution) or 3840 (4k Resolution).

format It return json file. Which constains start_date, end_date, url(image url), copyright and copyright_link.

Example

  • Request
https://bing.biturl.top/?resolution=1920&format=json&index=0&mkt=en-US
  • Response
{   
    "start_date":"20220822",
    "end_date":"20220823",
    "url":"https://www.bing.com/th?id=OHR.TenderMoment_EN-US3269942524_1920x1080.jpg",
    "copyright":"A burrowing owl chick and adult in South Florida (© Carlos Carreno/Getty Images)",
    "copyright_link":"https://www.bing.com/search?q=burrowing+owl\u0026form=hpcapt\u0026filters=HpDate%3a%2220220822_0700%22"
}

Installation

There is no need to install this program. You can simply download and use.

About


Languages

Language:Python 100.0%