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 March 15, 2023 08:04
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 February 26, 2023 00:27
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
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username e.g., user1
issuehunt: # Replace with a single IssueHunt username e.g., user1