Skip to content

Instantly share code, notes, and snippets.

View Poussinou's full-sized avatar
💭
I may be slow to respond.

Poussinou

💭
I may be slow to respond.
View GitHub Profile
@Poussinou
Poussinou / GetDescriptionAndDownloadScreenshots.py
Last active January 9, 2025 10:31
How to report a Copycat app to Google Play
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")
@Poussinou
Poussinou / FUNDING.yml
Last active March 2, 2025 04:51
Example/template of .github/FUNDING.yml file for GitHub Sponsors
# 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