Can i use it in mac with chrome? #36
Closed
by kaushik853 opened 6 years ago
·
5 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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?
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
"
Hi, the recommended way of installing on MacOS is
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.
I would strongly recommend installing with pip however
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
supercool..thanks
One query..do i get a message in cli after the completion of run/task completed ?
No ?