Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xnul/save-3rd-party-apps
A website for viewing the top 250 subreddits and their participation status in the 3rd party apps protest.
https://github.com/xnul/save-3rd-party-apps
reddit website
Last synced: 1 day ago
JSON representation
A website for viewing the top 250 subreddits and their participation status in the 3rd party apps protest.
- Host: GitHub
- URL: https://github.com/xnul/save-3rd-party-apps
- Owner: xNul
- License: mit
- Created: 2023-06-08T02:19:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-12T17:39:14.000Z (over 1 year ago)
- Last Synced: 2024-11-20T23:00:34.164Z (2 months ago)
- Topics: reddit, website
- Language: HTML
- Homepage: https://save3rdpartyapps.com
- Size: 1.18 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Save 3rd Party Apps
Recently, there has been an uproar over on Reddit because the company has decided to price their public API so high it will render all 3rd party apps which use it, dead. You can learn more about the problem [here](https://www.reddit.com/r/Save3rdPartyApps/comments/13yh0jf/dont_let_reddit_kill_3rd_party_apps/).
There's a growing [list](https://www.reddit.com/r/ModCoord/comments/1401qw5/incomplete_and_growing_list_of_participating/) of subreddits participating in the protest, but it's difficult to gauge the participation across Reddit and what subreddits have yet to decide if they are going to participate. That's where https://save3rdpartyapps.com/ comes in. It shows the top 250 subreddits and their current participation status.
Also, if you know of any subreddits which have decided to not participate in the protest, please add them to the [list](https://github.com/xNul/save-3rd-party-apps/wiki/List-of-Not-Participating-Subreddits). Anyone can edit it as long as they have a GitHub account. Once we get enough subreddits, we can add a red marker to those subreddits on the website.
**Note:** Apparently some people have been harassing the mods of subreddits that have chosen not to take part. *Please do not do this.* It's not helpful to the protest. You can read more about it [here](https://old.reddit.com/r/Save3rdPartyApps/comments/142si7s/do_not_harass_mods_who_have_chosen_not_to_take/).
## Setup
save3rdpartyapps.com is a static website generated from a template and list of participating subreddits. First, we generate the list of subreddits that are participating. Second, we use that list to generate the website from the template.
Steps:
1. Copy and paste the latest participating subreddits from the [list](https://old.reddit.com/r/ModCoord/comments/1401qw5/incomplete_and_growing_list_of_participating/) into `_data/top_part_subs.txt`
2. To generate our list, run `python _scripts/get_part_250_subs.py`
3. To generate our `index.html`, run `python update_part_250_subs.py`Throw that `index.html` on a web server and you're all done!
## Contributing
If anyone wants to clean up the `template.html` or add other features, feel free to submit a PR.