TweetBot
TweetBot copied to clipboard
Added a Dockerfile
Now TweetBot can be used as a docker image.
Docker CLI:
docker run -i -v /examplefolder/keys.env:/TweetBot/keys.env -v /examplefolder/userslist.py:/TweetBot/userslist.py TweetBot-docker
OR
docker run -d -e CONSUMER_KEY={value} -e CONSUMER_SECRET={value} -e TELEGRAM_BOT={value} -e ACCESS_TOKEN={value} -e ACCESS_TOKEN_SECRET={value} -e CHAT_ID={value} -v /examplefolder/userslist.py:/TweetBot/userslist.py TweetBot-docker
Thanks for the PR. Can you add the steps to run with the docker in README.md and push the changes?
Now TweetBot can be used as a docker image
Any chances you could make arm64 docker image as well?
Now TweetBot can be used as a docker image
Any chances you could make arm64 docker image as well?
Glad you commented on this I didn't even notice @dracarys18 reply way back then.. sorry I'll attempt to make a new Dockerfile ASAP, should work on amd64 and arm64.