Skip to content

Instantly share code, notes, and snippets.

View jloic's full-sized avatar

Loic Jeannin jloic

View GitHub Profile
@jloic
jloic / bingbg
Last active May 13, 2025 15:50
Download Bing Daily Wallpaper Hyprland/Hyprpaper
#!/usr/bin/env python
import requests
import json
import subprocess
import shutil
import os
REGION = 'en-US'
BASE_URL = f'https://bing.biturl.top/?resolution=UHD&format=json&index=0&mkt={REGION}'