From d79199375f2c9e58e5da6aa1fb5fb4bd97a520fd Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Mon, 10 Jul 2023 22:06:27 -0300 Subject: [PATCH] Add package gtrends (#2640) * Moved all my repos to my own git server; Added `checkif` package * Added package gtrends --------- Co-authored-by: Miran --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index bc4d78a54..8774054a0 100644 --- a/packages.json +++ b/packages.json @@ -30669,5 +30669,20 @@ "description": "Brainfuck interpreter with some advanced features, such as syntax checking and highlighting errors.", "license": "GPL-3.0-only", "web": "https://github.com/nirokay/brainimfuck" + }, + { + "name": "gtrends", + "url": "https://git.ozzuu.com/thisago/gtrends", + "method": "git", + "tags": [ + "library", + "google_trends", + "trends", + "rss", + "google" + ], + "description": "Google Trends RSS", + "license": "MIT", + "web": "https://git.ozzuu.com/thisago/gtrends" } ]