Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxl6097/go-raspberry
go-raspberry
https://github.com/xxl6097/go-raspberry
Last synced: about 1 month ago
JSON representation
go-raspberry
- Host: GitHub
- URL: https://github.com/xxl6097/go-raspberry
- Owner: xxl6097
- Created: 2023-12-28T12:06:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T05:44:25.000Z (about 1 year ago)
- Last Synced: 2024-11-03T09:27:31.501Z (3 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## 添加依赖
```shell
go get -u github.com/mdp/qrterminal/v3 v3.0.0go get -u github.com/wechaty/go-wechaty
go get -u github.com/xxl6097/[email protected]
go get -u github.com/gorilla/mux
go get -u github.com/google/uuid
go get -u github.com/dgrijalva/jwt-go
go get -u gopkg.in/yaml.v3
docker cp wxBotWebhook:/conf/app.yaml .
```
alias dps='docker ps $1 --format "table {{.ID}}\t{{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}"'
alias dbash='docker exec -it $1 /bin/bash'
alias dsh='docker exec -it $1 /bin/sh'
alias drm='docker stop $1 && docker rm $1'
alias ddel='docker rmi $1'
alias dlog='docker logs -f $1'