fbi icon indicating copy to clipboard operation
fbi copied to clipboard

Updated python2 code to python3

Open EdgarDanielRojas opened this issue 4 years ago • 52 comments

Repo seems to still work, although after accidentally deleting the cookie folder the same 'Check your connection / email or password' error occurs. I imagine this is intended behavior. Repo was updated to python3 to avoid future users from having to convert from python2.

EdgarDanielRojas avatar Apr 02 '20 04:04 EdgarDanielRojas

I installed it, but when I used token, my facebook account is locked. And I didn't get token.

pocovina avatar Apr 05 '20 09:04 pocovina

Nice observation pocovina, I don't know how the token generation works exactly. The first time I used the tool my token was generated and my facebook account was also locked. Second attempt at generating a token failed, so I'm guessing facebook has a tight control on how their tokens are used.

EdgarDanielRojas avatar Apr 09 '20 19:04 EdgarDanielRojas

So, i guess this repository is dead. right?

Bubblebug17 avatar Apr 27 '20 01:04 Bubblebug17

Apparently, the creator hasn't responded so I guess it's dead. I can keep maintaining the repo but people can pretty much work with this updated pull request.

EdgarDanielRojas avatar Apr 27 '20 02:04 EdgarDanielRojas

Apparently, the creator hasn't responded so I guess it's dead. I can keep maintaining the repo but people can pretty much work with this updated pull request.

The last time i used this repo i was having the same issue than pocovina. Is this issue resolved in your forked repository?.

Bubblebug17 avatar Apr 27 '20 15:04 Bubblebug17

I am getting this error when trying to run the tool File "fbi.py", line 12 G = '\033[32;1m' ^ TabError: inconsistent use of tabs and spaces in indentation

Can someone tell me how I should fix this error

GodofDaath avatar Apr 29 '20 22:04 GodofDaath

I am getting this error when trying to run the tool File "fbi.py", line 12 G = '\033[32;1m' ^ TabError: inconsistent use of tabs and spaces in indentation

Can someone tell me how I should fix this error

If you are using the original repo code, you need to run a tool to fix the tabs and spaces. You can run my pull request code and it should work

EdgarDanielRojas avatar Apr 29 '20 22:04 EdgarDanielRojas

Thanks But I have figured out the problem and fixed it

GodofDaath avatar Apr 29 '20 22:04 GodofDaath

Apparently, the creator hasn't responded so I guess it's dead. I can keep maintaining the repo but people can pretty much work with this updated pull request.

The last time i used this repo i was having the same issue than pocovina. Is this issue resolved in your forked repository?.

Last time I used it with my forked repo the token generation worked, but my account also got locked after using the tool for an extended period. I believe this is normal behavior on FB's part as it does do bot like behavior with your account

EdgarDanielRojas avatar Apr 29 '20 22:04 EdgarDanielRojas

Well the issue is fixed ,the token gets generated now and also you can still use your facebook account even if you had used the tool for an extended amount of time

GodofDaath avatar Apr 29 '20 23:04 GodofDaath

pip3 install -r requirements.txt bash: pip3: command not found

pip2 install -r requirements.txt bash: pip3: command not found i have done everything but still not working can you please contact me on whatsapp: +966580566270

Delowar01 avatar Apr 30 '20 22:04 Delowar01

pip3 install -r requirements.txt bash: pip3: command not found

pip2 install -r requirements.txt bash: pip3: command not found i have done everything but still not working can you please contact me on whatsapp: +966580566270

First of all you need to have python along with pip installed. You can use the command pip by itself if you are running python 3 by default.

EdgarDanielRojas avatar Apr 30 '20 22:04 EdgarDanielRojas

I already installed python3

On Fri, May 1, 2020, 1:57 AM Edgar Daniel Rojas Vazquez < [email protected]> wrote:

pip3 install -r requirements.txt bash: pip3: command not found

pip2 install -r requirements.txt bash: pip3: command not found i have done everything but still not working can you please contact me on whatsapp: +966580566270

First of all you need to have python along with pip installed. You can use the command pip by itself if you are running python 3 by default.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/xHak9x/fbi/pull/6#issuecomment-622162246, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJSZIRNVYKAJHADJEG6XODRPH66ZANCNFSM4LZ5APVQ .

Delowar01 avatar Apr 30 '20 23:04 Delowar01

File "fbi.py", line 12 G = '\033[32;1m' ^ TabError: inconsistent use of tabs and spaces in indentation

I'm facing this error

Delowar01 avatar May 01 '20 00:05 Delowar01

Thanks But I have figured out the problem and fixed it

how you solve the problem.?

Delowar01 avatar May 01 '20 00:05 Delowar01

ERROR: Could not find a version that satisfies the requirement requests (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for requests (from -r requirements.txt (line 1))

also this two error

Delowar01 avatar May 01 '20 00:05 Delowar01

root@kali:/home/kali/fbi# ls fbi.py LICENSE README.md requirements.txt root@kali:/home/kali/fbi# pip3 install -r requirements.txt Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.23.0) root@kali:/home/kali/fbi# python3 fbi.py File "fbi.py", line 12 G = '\033[32;1m' ^ TabError: inconsistent use of tabs and spaces in indentation root@kali:/home/kali/fbi#

i already update python and also pip but still same problem

Delowar01 avatar May 01 '20 14:05 Delowar01

Thanks But I have figured out the problem and fixed it

hello boss can you help me please

Delowar01 avatar May 01 '20 14:05 Delowar01

use pip3 to install the requirements instead of pip2 and to run the program use python2 fbi.py This will run the tool on your kali linux

GodofDaath avatar May 01 '20 15:05 GodofDaath

I also update pip3 but now working

On Fri, May 1, 2020, 6:25 PM GodofDaath [email protected] wrote:

use pip3 to install the requirements instead of pip2 and to run the program use python2 fbi.py This will run the tool on your kali linux

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/xHak9x/fbi/pull/6#issuecomment-622432876, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJSZIRUWHEQAL4PI2PNN73RPLSXZANCNFSM4LZ5APVQ .

Delowar01 avatar May 01 '20 16:05 Delowar01

sudo apt install python3-pip

pip3 install --upgrade pip

abu2020 avatar May 30 '20 13:05 abu2020

sudo apt install python3-pip

pip3 install --upgrade pip

Still not working

Delowar01 avatar Jun 02 '20 22:06 Delowar01

use pip3 to install the requirements instead of pip2 and to run the program use python2 fbi.py This will run the tool on your kali linux

still not working

Delowar01 avatar Jun 02 '20 22:06 Delowar01

its not genrating token

acharyajitechnical avatar Jun 08 '20 11:06 acharyajitechnical

I have also face this problem when I use python3 fbi.py is shows : File "fbi.py", line 12
G = '\033[32;1m'
^
TabError: inconsistent use of tabs and spaces in indentation

Help me

EmonBakhtiar avatar Jun 20 '20 17:06 EmonBakhtiar

Can't import module 'requests' In got this issue and can't use please fix it

System-error-test avatar Aug 16 '20 09:08 System-error-test

hello everything is doing well but there is a small problem when i wirte for example dump_mail its says file saved : output/Ahmad_mails.txt and i dont know how to go to output file so please help tnx,goodbye

AHTB avatar Oct 25 '20 13:10 AHTB

বাল

On Sun, 25 Oct 2020, 7:21 pm AHTB, [email protected] wrote:

hello everything is doing well but there is a small problem when i wirte for example dump_mail its says file saved : output/Ahmad_mails.txt and i dont know how to go to output file so please help tnx,goodbye

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xHak9x/fbi/pull/6#issuecomment-716147278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQZNJCR3WADQ5CAQ76W3G3TSMQQ4DANCNFSM4LZ5APVQ .

Abuuj avatar Oct 25 '20 13:10 Abuuj

বাল On Sun, 25 Oct 2020, 7:21 pm AHTB, @.***> wrote: hello everything is doing well but there is a small problem when i wirte for example dump_mail its says file saved : output/Ahmad_mails.txt and i dont know how to go to output file so please help tnx,goodbye — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQZNJCR3WADQ5CAQ76W3G3TSMQQ4DANCNFSM4LZ5APVQ .

sorry but ican't uderstand

AHTB avatar Oct 25 '20 13:10 AHTB

the only something that i can see is the the dump_id so any help for emails and others??? @EdgarDanielRojas

AHTB avatar Oct 25 '20 13:10 AHTB