Skip to content

Commit f22dcf3

Browse files
committed
remove some excess
1 parent e2a129a commit f22dcf3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Lesson1/fbmessenger.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,3 @@
1212
# user = user[0]
1313
client.send(Message(text="Lol Im spamming myself lol."), thread_id=client.uid)
1414
client.logout()
15-
16-
# Docs: https://fbchat.readthedocs.io/en/master/api.html
17-
18-
from fbchat import Client
19-
import getpass
20-
21-
email = input("input your email:")
22-
password = getpass.getpass()
23-
client = Client(email, password)
24-
25-
while True:
26-
try:
27-
pass
28-
except KeyboardInterrupt:
29-
client.logout()
30-
break

0 commit comments

Comments
 (0)