Run it in docker #73

Merged
metaver5o merged 11 commits from master into master 5 years ago
metaver5o commented 5 years ago (Migrated from github.com)
Owner

we can add more args as well improve the code from here
still need to edit run.sh to update with our vars
and add more vars to be called on dockerfile
its working, opens chrome, logs in and deletes posts
your code is running on docker +_+
thanks for this code, I wanted to delete my stuff long ago
this is how I can give it back, cheers
Marco

we can add more args as well improve the code from here still need to edit run.sh to update with our vars and add more vars to be called on dockerfile its working, opens chrome, logs in and deletes posts your code is running on docker +_+ thanks for this code, I wanted to delete my stuff long ago this is how I can give it back, cheers Marco
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

Thanks for working on this, I'll test it out as soon as I can

Thanks for working on this, I'll test it out as soon as I can
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

I was able to build the image successfully

I'm going to merge and then probably see if I can do something with the new Github image registry.

I was able to build the image successfully I'm going to merge and then probably see if I can do something with the new Github image registry.
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

@mmatoscom Is run.sh necessary? Looks like it was just there for testing

@mmatoscom Is `run.sh` necessary? Looks like it was just there for testing
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

Hi, I made this run.sh to get people unfamiliar with Docker deleting posts right away.
I also put this run.sh commented in the Dockerfile header. Docker does not need it, can be deleted.
Still, need to:

  • fix run vars (2FA, delete by year, unlike pages, archival, headless)
  • I've made a Makefile, maybe helps somebody, make build, make run, prompts for facebook email, user, pass, (and 2FA, year, etc), exports them to container entrypoint. You can take a look at my fork to check. Its not fully functional, I am working on it.
    If you want I could help with some travis pipeline, testing etc
    Your input is mostly welcomed
Hi, I made this run.sh to get people unfamiliar with Docker deleting posts right away. I also put this run.sh commented in the Dockerfile header. Docker does not need it, can be deleted. Still, need to: - fix run vars (2FA, delete by year, unlike pages, archival, headless) - I've made a Makefile, maybe helps somebody, `make build`, `make run`, prompts for facebook email, user, pass, (and 2FA, year, etc), exports them to container entrypoint. You can take a look [at my fork](https://github.com/mmatoscom/DeleteFB/blob/master/Makefile) to check. Its not fully functional, I am working on it. If you want I could help with some travis pipeline, testing etc Your input is mostly welcomed
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

I forgot to mention was thinking about to cherry pick only the final version with the Dockerfile and create a new PR

I forgot to mention was thinking about to cherry pick only the final version with the Dockerfile and create a new PR
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

@mmatoscom I plan on merging this PR soon. Anything I can do to help?

@mmatoscom I plan on merging this PR soon. Anything I can do to help?
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

Hi @weskerfoot , I am so sorry, I had an hectic week
will try to fix it this weekend
we cant go live without the correct parameters from your script exported to container ARGS

Hi @weskerfoot , I am so sorry, I had an hectic week will try to fix it this weekend we cant go live without the correct parameters from your script exported to container ARGS
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

No problem! I've been really busy too

On Thu, Jul 18, 2019, 8:17 AM Marco Matos, notifications@github.com wrote:

Hi @weskerfoot https://github.com/weskerfoot , I am so sorry, I had an
hectic week
will try to fix it this weekend
we cant go live without the correct parameters from your script exported
to container ARGS


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
https://github.com/weskerfoot/DeleteFB/pull/73?email_source=notifications&email_token=AAC4L33AZUKRI5AFWINRDNDQABNNNA5CNFSM4H7GVUW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2IJEUI#issuecomment-512791121,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAC4L32BEWZDNUASTKCFLV3QABNNNANCNFSM4H7GVUWQ
.

No problem! I've been really busy too On Thu, Jul 18, 2019, 8:17 AM Marco Matos, <notifications@github.com> wrote: > Hi @weskerfoot <https://github.com/weskerfoot> , I am so sorry, I had an > hectic week > will try to fix it this weekend > we cant go live without the correct parameters from your script exported > to container ARGS > > — > You are receiving this because you were mentioned. > > > Reply to this email directly, view it on GitHub > <https://github.com/weskerfoot/DeleteFB/pull/73?email_source=notifications&email_token=AAC4L33AZUKRI5AFWINRDNDQABNNNA5CNFSM4H7GVUW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2IJEUI#issuecomment-512791121>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AAC4L32BEWZDNUASTKCFLV3QABNNNANCNFSM4H7GVUWQ> > . >
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

Once it's ready I am also going to start publishing images to Docker Hub

Once it's ready I am also going to start publishing images to Docker Hub
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

@mmatoscom I plan on merging this PR soon. Anything I can do to help?

My friend I am trying to export all options to the container, will try to fix this tomorrow, sorry for delay, have been really busy these days but interested in finish and merge. thanks

> @mmatoscom I plan on merging this PR soon. Anything I can do to help? My friend I am trying to export all options to the container, will try to fix this tomorrow, sorry for delay, have been really busy these days but interested in finish and merge. thanks
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

@mmatoscom FYI my other branch https://github.com/weskerfoot/DeleteFB/pull/72 introduces a new flag --conversations that archives and deletes messenger convos.

I haven't merged it but it's close to completion.

@mmatoscom FYI my other branch https://github.com/weskerfoot/DeleteFB/pull/72 introduces a new flag `--conversations` that archives and deletes messenger convos. I haven't merged it but it's close to completion.
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

@weskerfoot working on it today.

@weskerfoot working on it today.
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

@weskerfoot is there a channel or messenger we could use to speak?

@weskerfoot is there a channel or messenger we could use to speak?
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

@mmatoscom Do you use IRC? I am on Freenode most of the time. I can just create the channel #deletefb

@mmatoscom Do you use IRC? I am on Freenode most of the time. I can just create the channel `#deletefb`
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

just joined there

just joined there
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

I have added the working files
kindly have a look when you have time
its just git clone, then make
we could do more from here, lets merge this working version before starting developing further
thanks =)

I have added the working files kindly have a look when you have time its just `git clone`, then `make` we could do more from here, lets merge this working version before starting developing further thanks =)
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

Awesome! I'll try to take a look soon, thanks!

On Thu, Aug 8, 2019, 6:54 AM Marco Matos, notifications@github.com wrote:

I have added the working files
kindly have a look when you have time
its just git clone, then make
we could do more from here, lets merge this working version before
starting developing further
thanks =)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/weskerfoot/DeleteFB/pull/73?email_source=notifications&email_token=AAC4L3YUKDQX3CNRANLYP3TQDP3PTA5CNFSM4H7GVUW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD33HZ5Q#issuecomment-519470326,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAC4L3YRLTYUBNZNUTII6YTQDP3PTANCNFSM4H7GVUWQ
.

Awesome! I'll try to take a look soon, thanks! On Thu, Aug 8, 2019, 6:54 AM Marco Matos, <notifications@github.com> wrote: > I have added the working files > kindly have a look when you have time > its just git clone, then make > we could do more from here, lets merge this working version before > starting developing further > thanks =) > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/weskerfoot/DeleteFB/pull/73?email_source=notifications&email_token=AAC4L3YUKDQX3CNRANLYP3TQDP3PTA5CNFSM4H7GVUW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD33HZ5Q#issuecomment-519470326>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AAC4L3YRLTYUBNZNUTII6YTQDP3PTANCNFSM4H7GVUWQ> > . >
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

I should be able to test it out and then suggest any potential changes soon.

I should be able to test it out and then suggest any potential changes soon.
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

Sorry I've been really busy, I'll get to this today

Sorry I've been really busy, I'll get to this today
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

dont worry, I have been busy as well, take your time
cheers

dont worry, I have been busy as well, take your time cheers
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

I'm building it at the moment. I think I'm going to have to figure out a workflow for building / releasing everything and uploading it to a docker registry.

I'm building it at the moment. I think I'm going to have to figure out a workflow for building / releasing everything and uploading it to a docker registry.
metaver5o commented 5 years ago (Migrated from github.com)
Poster
Owner

I could help with Travis CI

I could help with Travis CI
weskerfoot commented 5 years ago (Migrated from github.com)
Owner

@mmatoscom Travis CI would be fine to have, can you open a new issue for it?

@mmatoscom Travis CI would be fine to have, can you open a new issue for it?
The pull request has been merged as 0414d6329b.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.