import { GetPostQuery } from "./api/e621"; const mainQuery: GetPostQuery = { tags: [ "feral", "-anthro", "-human", "-presenting", "-meme", "-humor", "-photography_(artwork)", "-portrait", "-comic", "-saliva", "-friendship_is_magic", "-my_little_pony", "-type:swf", "-type:webm", "-type:gif", "status:active", "score:>=15", "inpool:false", ], maxPage: 194, }; export default { e621: { userAgent: "@feralbot@botsin.space (by RedFoxxo)", queries: [ mainQuery, ], }, /*misskey: { instance: "https://mk.vulpes.one/", token: process.env.MISSKEY_TOKEN, },*/ mastodon: { instance: "https://botsin.space/", token: process.env.MASTODON_TOKEN, }, cw: ["gun", "blood"], };