File tree Expand file tree Collapse file tree 2 files changed +35
-16
lines changed
Expand file tree Collapse file tree 2 files changed +35
-16
lines changed Original file line number Diff line number Diff line change 1212 # user = user[0]
1313 client .send (Message (text = "Lol Im spamming myself lol." ), thread_id = client .uid )
1414client .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
Original file line number Diff line number Diff line change 1+ absl-py == 0.2.2
2+ astor == 0.7.1
3+ astroid == 2.0.1
4+ beautifulsoup4 == 4.6.3
5+ certifi == 2018.8.24
6+ chardet == 3.0.4
7+ colorama == 0.3.9
8+ Django == 2.0.7
9+ djangorestframework == 3.8.2
10+ dnspython == 1.15.0
11+ eventlet == 0.24.1
12+ fbchat == 1.4.1
13+ gast == 0.2.0
14+ greenlet == 0.4.14
15+ grpcio == 1.13.0
16+ idna == 2.7
17+ isort == 4.3.4
18+ lazy-object-proxy == 1.3.1
19+ Markdown == 2.6.11
20+ mccabe == 0.6.1
21+ monotonic == 1.5
22+ numpy == 1.14.5
23+ protobuf == 3.6.0
24+ pylint == 2.0.1
25+ pytz == 2018.5
26+ requests == 2.19.1
27+ six == 1.11.0
28+ tensorboard == 1.9.0
29+ tensorflow == 1.9.0
30+ termcolor == 1.1.0
31+ typed-ast == 1.1.0
32+ urllib3 == 1.23
33+ virtualenv == 16.0.0
34+ Werkzeug == 0.14.1
35+ wrapt == 1.10.11
You can’t perform that action at this time.
0 commit comments