import { GetPostQuery } from "./api/e926"; const mainQuery: GetPostQuery = { tags: [ "feral", "-anthro", "-human", "-humanoid", "-waddling_head", "-presenting", "-meme", "-humor", "-portrait", "-comic", "-saliva", "-seductive", "-kissing", "-french_kissing", "-obese", "-vore", "-friendship_is_magic", "-my_little_pony", "-paw_patrol", "-kono_subarashii_sekai_ni_shukufuku_wo!", "-diaper", "-pacifier", "-hyper", "-pregnant", "-lips", "-crossdressing", "-mouth_shot", "-animated", "-*transformation", "-m*cro", "-plushification", "-foot_focus", "-world_war_*", "-blackkaries", "-photography_(artwork)", "-3d_(artwork)", "status:active", "inpool:false", ], tagsBlacklist: [ "adolf_hitler_(artist)", "tucker_chimera_(fma)", "taur", "swastika", "facesitting", "huge_butt", "dakimakura_design", "overweight", "big_belly", "dress", "gag", "bdsm", "latex", "rubber_clothing", "rubber_suit", "hypnosis", "mind_control", "big_butt", "thigh_highs", "legwear", "leggings", "po_chf", ], maxPage: 121, }; export default { e621: { userAgent: "@feralbot@botsin.space (by RedFoxxo)", queries: [ { ...mainQuery, tags: [...mainQuery.tags, "score:>=20", "date:1_years_ago"], maxPage: 33, }, { ...mainQuery, tags: [...mainQuery.tags, "score:>=30", "date:..1_years_ago"], maxPage: 45, }, ], blacklist: [ 672088, 1064946, 2495430, 2408200, 2588693, 2864729, 356070, 2701998, 2486370, 1926597, 2610584, 1519128, 1828400, 2981041, 3233683, 3711854, ], }, /*misskey: { instance: "https://mk.vulpes.one/", token: process.env.MISSKEY_TOKEN, },*/ mastodon: { instance: "https://botsin.space/", token: process.env.MASTODON_TOKEN, }, cw: ["gun", "blood", "cigarette", "nightmare_fuel", "drugs", "marijuana", "creepy"], };