1 unstable release
0.1.2 | Oct 23, 2024 |
---|
#1126 in Development tools
111 downloads per month
11KB
Server酱多语言调用实例
借助于 GPT 我们编写了多种语言的Server酱调用实例。包括
- C
- C#
- Dart
- Go
- Java
- NodeJS
- PHP
- Python
- Rust
- Shell
- Swift
测试方式
将.env.example
改名为.env
,填入sendkey,即可测试。
注意:Dart中读取.env文件失败,可以手工在main.dart中手工写入sendkey测试。
运行命令
- php send.php
- node send.js
- python send.py
- java Main.java
- go run main.go
- cargo run
- bash send.sh
- swift main.swift
- dart run main.dart
- gcc main.c -o main -lcurl && ./main
Dependencies
~8–19MB
~271K SLoC