- F-Droid
- IzzyOnDroid
| import sys | |
| import os | |
| import requests | |
| from bs4 import BeautifulSoup | |
| print(open("desc.md").read().replace("com.newpipe.protube", sys.argv[1])) #desc.md should contain the arguments why the copycat is actually a copycat | |
| print("\nhttps://play.google.com/store/apps/details?id=" + sys.argv[1]) | |
| html = requests.get("https://play.google.com/store/apps/details?id=" + sys.argv[1] + "&hl=en").text | |
| soup = BeautifulSoup(html, features="lxml") |
| # These are supported funding model platforms | |
| github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | |
| patreon: # Replace with a single Patreon username e.g., user1 | |
| open_collective: # Replace with a single Open Collective username e.g., user1 | |
| ko_fi: # Replace with a single Ko-fi username e.g., user1 | |
| tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | |
| polar: # Replace with a single Polar username e.g., user1 | |
| buy_me_a_coffee: # Replace with a single Buy Me a Coffee username e.g., user1 | |
| thanks_dev: # Replace with a single thanks.dev username e.g., u/gh/user1 |