An open API service indexing awesome lists of open source software.

https://github.com/boks-oks/metrobox

A mitmproxy script that redirects some of Windows 8.1's Live Tiles to modern APIs.
https://github.com/boks-oks/metrobox

live-tile livetiles metro reverse-engineering revival windows-8 windows8

Last synced: 7 months ago
JSON representation

A mitmproxy script that redirects some of Windows 8.1's Live Tiles to modern APIs.

Awesome Lists containing this project

README

          

A mitmproxy script that makes some of Windows 8's Live Tiles work again.

Click to show image.

|Windows 8.1's Start Screen, showing Finance, News, Games, Food, and Travel tiles, all with modern data.|
| :---: |
| Not all tiles are working yet, view the list below for deatils |

How does it work?

This diagram should help.
```mermaid
graph TD;
Windows-->mitmproxy;
mitmproxy-->RSS;
RSS-->metrobox;
metrobox-->Tile-Data;
Tile-Data-->Windows;
```
In other words, Windows contacts mitmproxy first, mitmproxy edits the returned data which it gets from metrobox parsing RSS feeds.

# What is/isn't working.

> Did you know I started a blog? Check it out [here](https://boks-oks.github.io/).

#### Tiles
| Tile | Working? |
| ------------- | ------------- |
| News | Complete |
| Food | Complete |
| Finance | Not true to the original. |
| Travel | Complete |
| Games | Complete |
| Health | No |
| Maps | Not in this pre-release. |
| Weather | XML served, tile isn't working. |

#### Apps

> [!NOTE]
> This states my progress on apps. None are working in the pre-release.

| App | Working? |
| ------------- | ------------- |
| News | No |
| Food | No |
| Finance | No |
| Travel | No |
| Games | No |
| Health | No |
| Maps | Works for a bit, then stops. |
| Weather | Shows served placeholder data, no images. |