marcomaroni-github / twitter-to-bluesky

Import all tweets exported from X/Twitter to a Bluesky account.
Other
474 stars 35 forks source link

Adds docker support to project #86

Open isaacrlevin opened 5 days ago

isaacrlevin commented 5 days ago

First off, great project! Kudos to you for putting in the work

The tool is pretty straightforward today, but I thought making it available via a docker container that a user could just run a docker run command or create a docker compose file would make it even more accessible. How I see it you could do 2 things

Take the Dockerfile in this PR and publish the image to your own Docker registry and provide a sample docker compose that uses that image with some instructions on setting variables and Twitter data directly

Just provide a Dockerfile and let users do what they like with it.

Regardless I hope this is helpful and I am more than happy to change anything or add some documentation as well.

marcomaroni-github commented 4 days ago

Thanks @isaacrlevin , I would like to align with the already merged change of support for a container present (in this PR), so as not to create confusion and have uniformity, then I also ask you to update the README accordingly, into the section already present in which it talks about the Dev Container. Feel free to completely change that section, I am not very expert in containers and I leave this part to you very willingly.

Many thanks!

isaacrlevin commented 4 days ago

Thanks @isaacrlevin , I would like to align with the already merged change of support for a container present (in this PR), so as not to create confusion and have uniformity, then I also ask you to update the README accordingly, into the section already present in which it talks about the Dev Container. Feel free to completely change that section, I am not very expert in containers and I leave this part to you very willingly.

Many thanks!

No problem! Any issue with me publishing a version of image to my Docker Hub? Obviously I will give you credit but I can provide documentation on how to build the docker image yourself or just "Run the tool" with nothing else needed.

marcomaroni-github commented 3 days ago

Thanks @isaacrlevin , I would like to align with the already merged change of support for a container present (in this PR), so as not to create confusion and have uniformity, then I also ask you to update the README accordingly, into the section already present in which it talks about the Dev Container. Feel free to completely change that section, I am not very expert in containers and I leave this part to you very willingly. Many thanks!

No problem! Any issue with me publishing a version of image to my Docker Hub? Obviously I will give you credit but I can provide documentation on how to build the docker image yourself or just "Run the tool" with nothing else needed.

No problem.