TOKEN=xxxxxxxxx        
chat_ID=xxxxxxxx
for i in $(cat url.txt)
do   
curl -F chat_id=$chat_ID -F photo="$i" https://api.telegram.org/bot$TOKEN/sendPhoto
curl -F chat_id=$chat_ID -F document="$i" https://api.telegram.org/bot$TOKEN/sendDocument
done
最后修改:2022 年 03 月 13 日
如果觉得我的文章对你有用,请随意赞赏