import { GetPostQuery } from "./api/e926"; const mainQuery: GetPostQuery = { tags: [ "feral", "-anthro", "-human", "-humanoid", "-waddling_head", "-presenting", "-meme", "-humor", "-portrait", "-comic", "-saliva", "-seductive", "-obese", "-friendship_is_magic", "-my_little_pony", "-paw_patrol", "-diaper", "-pacifier", "-hyper", "-lips", "-dress", "-mouth_shot", "-animated", "-transformation", "-adolf_hitler_(artist)", "-photography_(artwork)", "-3d_(artwork)", "status:active", "score:>=20", "inpool:false", ], maxPage: 120, }; export default { e621: { userAgent: "@feralbot@botsin.space (by RedFoxxo)", queries: [ mainQuery, ], blacklist: [672088], }, /*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"], };