精简了上游直播源内容,仅保留个人所需的。
https://gist.githubusercontent.com/inkss/0cf33e9f52fbb1f91bc5eb0144e504cf/raw/ipv6.m3u
| // Website you intended to retrieve for users. | |
| const upstream = 'api.openai.com' | |
| // Custom pathname for the upstream website. | |
| const upstream_path = '/' | |
| // Website you intended to retrieve for users using mobile devices. | |
| const upstream_mobile = upstream | |
| // Countries and regions where you wish to suspend your service. |
| #! /bin/bash | |
| # https://cloud.tencent.com/document/product/248/53584 | |
| sudo -i | |
| systemctl stop tat_agent | |
| systemctl disable tat_agent | |
| rm -f /etc/systemd/system/tat_agent.service | |
| /usr/local/qcloud/stargate/admin/uninstall.sh |
| #!/usr/bin/env python3 | |
| import requests | |
| import os | |
| import random | |
| def fetch_exchange_rate(): | |
| random_number = random.random() | |
| # 获取深交所结算汇兑比率 |