https://github.com/dimensiondev/sns-watchers
https://github.com/dimensiondev/sns-watchers
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimensiondev/sns-watchers
- Owner: DimensionDev
- Created: 2021-07-29T12:44:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T18:04:53.000Z (about 2 years ago)
- Last Synced: 2025-02-15T12:52:44.487Z (12 months ago)
- Language: HTML
- Size: 167 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 211
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Watchers for SNS Maskbook supported
## Why
It's a solution for https://github.com/DimensionDev/Maskbook/issues/1180
## How a watcher works?
Twitter, for example, is a `SPA`, we take a snapshot of the page and JS
resources of it everyday, and store the snapshots in this git repo. We put the
snapshot creating in a scheduling GtiHub Action, once twitter get updated, we
can get change notification of the changing from an auto-created pull-request
by the action.
Twitter ships minified code, to make differences of changes more obvious, we
format them with prettier during the snapshot creating.