pasturepy is a Python tool for generating JSON feed definitions for use with Graze. Use it to programmatically create and customize feeds for Graze.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add embed to field options

+1
+1
pasturepy/constants/fields.py
··· 1 1 TEXT_FIELDS = { 2 2 "text", 3 3 "tags[*]", 4 + "embed", 4 5 # Alt text 5 6 "embed.alt", # video alt 6 7 "embed.media.alt", # video alt if qp