Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 337 Bytes

scan2mail send file use DM, reply this message to delete file.

docker build

docker build .

docker run

docker run -e TOKEN=xox-xxxx

xox-xxxx same as scan2mail token.

go build

GO111MODULE=on go build main.go

run

TOKEN=xox-xxxxx /path/to/binary

xox-xxxx same as scan2mail token.