Bot ID: 1748597399:AAG7tQJwD34wykOIwxuTemUchsL2xM-HbcU
Name: Twitter Virus bot
curl "https://api.telegram.org/bot1748597399:AAG7tQJwD34wykOIwxuTemUchsL2xM-HbcU/setWebhook?url=https://adfc994cbe9e1c.localhost.run"
docker build . -t telegram-virus-bot-rs:latest
docker run -it --rm -p 8080:8080 telegram-virus-bot-rs:latest
gcloud beta run deploy telegram-rs-virus-bot --source . --platform managed --allow-unauthenticated --project phonic-aquifer-216003
docker build . -t katrocitus/rust-apps:macosbuild -f Dockerfile.working
docker push katrocitus/rust-apps:macosbuild
FROM katrocitus/rust-apps:macosbuild
WORKDIR /usr/src/app
CMD ["./telegram-virus-bot-rs"]
twurl "/1.1/search/tweets.json?q=%23julialang&result_type=recent&count=10&lang=en" | jq ".statuses[].text"
Dockerfile.workingContent type
Image
Digest
Size
32.7 MB
Last updated
over 5 years ago
docker pull katrocitus/rust-apps