TweetBot icon indicating copy to clipboard operation
TweetBot copied to clipboard

Added a Dockerfile

Open dsymbol opened this issue 4 years ago • 1 comments

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

dsymbol avatar Sep 10 '21 08:09 dsymbol

Thanks for the PR. Can you add the steps to run with the docker in README.md and push the changes?

dracarys18 avatar Sep 12 '21 20:09 dracarys18

Now TweetBot can be used as a docker image

Any chances you could make arm64 docker image as well?

StarvingDeveloper avatar Oct 30 '22 18:10 StarvingDeveloper

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.

dsymbol avatar Nov 01 '22 17:11 dsymbol