Commit Graph

66 Commits

Author SHA1 Message Date
PidgeyL
f0e8066083 more actions 2016-01-11 09:01:09 +01:00
PidgeyL
47ded77b13 update version 2016-01-04 09:06:28 +01:00
PidgeyL
f0daab74f6 undo re-encoding 2016-01-04 09:04:12 +01:00
PidgeyL
1c0d7cf3e4 sanatization, on_typing and on_read 2015-12-31 17:09:41 +01:00
PidgeyL
113c8fb8bc automatically mark messages as delivered and read 2015-12-29 16:09:41 +01:00
PidgeyL
a6a05203a4 Add listening 2015-12-28 19:38:22 +01:00
PidgeyL
3a6f733811 merge 2015-12-28 12:35:31 +01:00
Pidgey
33e0d361a5 Update __init__.py 2015-12-28 12:34:01 +01:00
Pieter-Jan Moreels
72644edc1c add likes to messages 2015-12-28 12:19:09 +01:00
Taehoon Kim
e00f7ba033 Merge pull request #19 from marchon/master
added lxml to dependencies
2015-12-27 11:02:35 +09:00
marchon
a1d01a61b6 added lxml to dependencies 2015-12-26 12:57:20 -05:00
Taehoon Kim
05aea7a492 sync version with pypi: from 0.2.1 to 0.2.2 thx to @PidgeyL 2015-12-26 10:38:52 +09:00
Taehoon Kim
a13b4244e3 Merge pull request #18 from PidgeyL/master
separate 'unread' and 'unseen'
2015-12-26 10:37:48 +09:00
PidgeyL
3962f1717f separate 'unread' and 'unseen' 2015-12-21 14:22:27 +01:00
Taehoon Kim
66c4ff4d95 sync version with pypi: from 0.2.0 to 0.2.1 thx to @PidgeyL 2015-12-19 08:24:07 +09:00
Taehoon Kim
0c2d64f2e1 Merge pull request #17 from PidgeyL/master
markAsDelivered, markAsRead and markAsSeen
2015-12-19 08:22:48 +09:00
PidgeyL
aec234e2b7 Merge remote-tracking branch 'upstream/master' 2015-12-17 14:37:42 +01:00
PidgeyL
4ed1debd1f markAsDelivered, markAsRead and markAsSeen 2015-12-17 14:33:55 +01:00
Taehoon Kim
e43b3f4959 version sync with pypi: from 0.1.3 to 0.2.0 2015-12-15 23:09:56 +09:00
Taehoon Kim
70735017d2 Merge pull request #16 from PidgeyL/master
function read user messages
2015-12-15 23:08:47 +09:00
PidgeyL
7f552a3a5e function read user messages 2015-12-15 15:01:21 +01:00
Taehoon Kim
9e26d15b54 sync version with pypi 2015-12-09 21:32:44 +09:00
Taehoon Kim
1988d4c346 Merge pull request #15 from PidgeyL/master
bugfix + code cleaning
2015-12-09 21:15:01 +09:00
PidgeyL
50e537c2d6 bugfix to make Users compatible for python2 and 3 2015-12-09 10:00:18 +01:00
PidgeyL
685897b190 abstract client + fix getThreadList 'end' 2015-12-09 09:04:38 +01:00
PidgeyL
4924c7c2ef more abstraction to default payload 2015-12-09 08:48:39 +01:00
Taehoon Kim
1841075521 version sync with pypi (0.1.2) 2015-12-09 08:15:27 +09:00
Taehoon Kim
66c7de2c52 Merge pull request #14 from PidgeyL/master
bugfixing & cleaning code
2015-12-09 08:08:20 +09:00
PidgeyL
d780017e4f Merge remote-tracking branch 'upstream/master' 2015-12-08 18:24:11 +01:00
PidgeyL
7ce3062c71 remove unused import 2015-12-08 18:05:08 +01:00
PidgeyL
425ecaa93c consolidate code & use default payload for get/post 2015-12-08 18:04:06 +01:00
PidgeyL
0e4078b26e Merge branch 'master' of http://github.com/pidgeyl/fbchat 2015-12-07 15:38:08 +01:00
PidgeyL
767ea2de75 put url data in the top to increase readability 2015-12-07 15:37:22 +01:00
PidgeyL
981a8d6a72 fix 'potential bug' 2015-12-07 13:39:01 +01:00
PidgeyL
75d6b89ca4 adding lxml to prevent the error message 2015-12-07 13:22:20 +01:00
PidgeyL
bee459ea20 remove BeautifulSoup error 2015-12-04 17:12:31 +01:00
Taehoon Kim
823bd4c56e add documents for some methods 2015-12-05 00:01:04 +09:00
PidgeyL
cf051b5dc7 add other_user_name to threads + prevent duplicates in self.threads 2015-12-04 14:23:13 +01:00
Taehoon Kim
fda9be2d0c version update 2015-12-04 22:19:45 +09:00
Taehoon Kim
6d678d4f39 Merge pull request #12 from PidgeyL/master
bugfixes in getThreadList and login
2015-12-04 22:17:50 +09:00
PidgeyL
e425ab3118 bugfixes in getThreadList and login 2015-12-03 16:44:06 +01:00
Taehoon Kim
67a059384c Merge pull request #7 from wannaphongcom/master
Fix login and sendMessage
2015-10-16 20:32:37 +09:00
wannaphongcom
dfe2108792 Update client.py 2015-10-16 13:10:35 +07:00
wannaphongcom
ace4c19a9e fix bug 2015-10-16 13:10:03 +07:00
wannaphongcom
4d47431c9f Update utils.py 2015-10-16 12:54:18 +07:00
wannaphongcom
7259746b2b Update utils.py 2015-10-16 12:51:51 +07:00
wannaphongcom
53c7f71f15 have bug
AttributeError: 'str' object has no attribute 'decode'
2015-10-16 12:13:10 +07:00
wannaphongcom
bf1cdec4d0 Update client.py 2015-10-16 12:05:56 +07:00
wannaphongcom
80bc6b7953 Update __init__.py 2015-10-16 12:01:26 +07:00
wannaphongcom
2d445c6c92 Update setup.py 2015-10-16 12:01:00 +07:00