Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 900 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 900 Bytes

pepe.town

Collecting pepe to build the rarest collection to date.

adding pepe

  1. Before adding your amazing pepe images make sure it's not already in the collection, filter by tags to check if it already exists.
  2. Rename your pepe to a uuidv4 (uuidgen command on linux) and make the extension png.
  3. Upload the new file to this location on github.
  4. Now locate the following file.
  5. Add the following lines at the bottom and make sure it is valid json (use this tool)
  {
    "id": "", # uuid of the specific file
    "tags": [ # tags you feel are apropriate to the pepe
      "",
      ""
    ]
  },

You can also use the util.py script.

python util.py <filename> <tag1> <tag2> <tag3>