poly000 / tg-url-anti-track

@ant1_tracker_bot

Home Page:https://t.me/antiTrackerBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tg-url-anti-track

Generated via freegpt

Installation

poetry install

Usage

python main.py

Ruleset format

["domain1"]
# direct if need no request. default action.
#
# if a domain was not found in ruleset, it will use 'direct' action
# without any param.
action = "direct"
# only 'id=xxx' will be reserved.
# if `params` is not set, drop all parameters.
params = ["id"] 

["domain2"]
# request for those like 'm.tb.cn'
action = "request"
# Required, default will be no-op
context_regex = "..." 
# Optional, default is "\1"
context_expand = "..."
# Optional, specify general params for all redirected urls from this short url
r_params = ["id"]

["domain3"]
# redirect when it returns 301 redirect
action = "redirect"
# Optional, specify a general params for all matched urls from this short url
r_params = ["id"]

["domain4"]
action = "regex"
# Required, default will be no-op
url_regex = "..."
# Optional, default is "\1"
url_expand = "..."

About

@ant1_tracker_bot

https://t.me/antiTrackerBot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%