Skip to content

Instantly share code, notes, and snippets.

@willamblack
willamblack / BitAPI.py
Created March 5, 2023 10:42
python对接比特
"""
@Author: 小样
@Date: 2022-10-30
@UpdateDate: 2022-12-20
@wechat: mz-cyx
@description: 比特浏览器API接口
@version: 1.0
@AD: 专业定制外网自动化程序TwitterFacebookTiktokInstagramGoogle等等自动化工具;
所有本人定制软件均使用自改undetected_chromedriver可过nowsecure.nl
@willamblack
willamblack / cloudflare-update-record.sh
Created October 3, 2018 06:05 — forked from benkulbertis/cloudflare-update-record.sh
Cloudflare API v4 Dynamic DNS Update in Bash
#!/bin/bash
# CHANGE THESE
auth_email="[email protected]"
auth_key="c2547eb745079dac9320b638f5e225cf483cc5cfdda41" # found in cloudflare account settings
zone_name="example.com"
record_name="www.example.com"
# MAYBE CHANGE THESE
ip=$(curl -s http://ipv4.icanhazip.com)