• 56!
    link
    fedilink
    33 months ago

    Here is a list of apps (taken from the names of metadata/*.yml files on the f-droid gitlab): apps.txt (pastebin)

    Choose one at random:

    #!/usr/bin/env python
    import random
    names = open("apps.txt").readlines()
    print("https://f-droid.org/en/packages/"+random.choice(names)[:-1]+"/")