Can i use it in mac with chrome? #36

Closed
by kaushik853 opened 6 years ago · 5 comments
kaushik853 commented 6 years ago (Migrated from github.com)
Owner

As when i start the chromedriver ,it keeps open and display "Starting ChromeDriver 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}) on port xxxx"
Is this the way it should work?

As when i start the chromedriver ,it keeps open and display "Starting ChromeDriver 74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}) on port xxxx" Is this the way it should work?
kaushik853 commented 6 years ago (Migrated from github.com)
Poster
Owner

I tried to run it as python deletefb/deletefb.py -E "youremail@example.org" -P "yourfacebookpassword" -U "https://www.facebook.com/your.profile.url"

gets error as "ModuleNotFoundError: No module named 'deletefb.tools'; 'deletefb' is not a package
"

I tried to run it as python deletefb/deletefb.py -E "youremail@example.org" -P "yourfacebookpassword" -U "https://www.facebook.com/your.profile.url" gets error as "ModuleNotFoundError: No module named 'deletefb.tools'; 'deletefb' is not a package "
weskerfoot commented 6 years ago (Migrated from github.com)
Owner

Hi, the recommended way of installing on MacOS is

brew tap homebrew/cask
brew cask install chromedriver

Then simply to pip install --user delete-facebook-posts and run it. No need to directly execute the python files.

If you do wish to do that, I have just pushed an update that will allow it with the following syntax.

You would run this in the project directory, after setting up a virtualenv per the instructions in the Readme.

python -m deletefb.deletefb -E "youremailhere" -P "yourpasswordhere" -U "https://www.facebook.com/your.profile"

I would strongly recommend installing with pip however

Hi, the recommended way of installing on MacOS is ``` brew tap homebrew/cask brew cask install chromedriver ``` Then simply to `pip install --user delete-facebook-posts` and run it. No need to directly execute the python files. If you do wish to do that, I have just pushed an update that will allow it with the following syntax. You would run this in the project directory, after setting up a virtualenv per the instructions in the Readme. ``` python -m deletefb.deletefb -E "youremailhere" -P "yourpasswordhere" -U "https://www.facebook.com/your.profile" ``` I would *strongly recommend* installing with pip however
weskerfoot commented 6 years ago (Migrated from github.com)
Owner

I have updated the documentation with instructions on how to do this, and changed the imports to be relative so that it will be possible to run with python -m deletefb.deletefb now if you really want to.

https://github.com/weskerfoot/DeleteFB#how-to-use-it

I have updated the documentation with instructions on how to do this, and changed the imports to be relative so that it will be possible to run with `python -m deletefb.deletefb` now if you *really want to*. https://github.com/weskerfoot/DeleteFB#how-to-use-it
kaushik853 commented 6 years ago (Migrated from github.com)
Poster
Owner

supercool..thanks

supercool..thanks
kaushik853 commented 6 years ago (Migrated from github.com)
Poster
Owner

One query..do i get a message in cli after the completion of run/task completed ?
No ?

One query..do i get a message in cli after the completion of run/task completed ? No ?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.