Kacper Ziubryniewicz
492465a525
Update graphql.py
2018-09-25 18:00:44 +02:00
Kacper Ziubryniewicz
f185e44f93
Update models.py
2018-09-25 17:59:16 +02:00
Kacper Ziubryniewicz
5f2c318baf
Sending quick replies
2018-09-24 21:04:21 +02:00
Kacper Ziubryniewicz
531a5b77d0
GraphQL method for quick replies
2018-09-24 20:57:19 +02:00
Kacper Ziubryniewicz
f9245cdfed
New model and Message
attribute
...
New `QuickReply` model and `quick_replies` attribute of `Message` model.
2018-09-24 20:54:25 +02:00
Kacper Ziubryniewicz
bad9c7a4b9
read_by
handling
2018-09-24 20:33:43 +02:00
Kacper Ziubryniewicz
576e0949e0
New read_by
attribute in Message
2018-09-24 20:32:04 +02:00
Kacper Ziubryniewicz
d807648d2b
fetchThreadList
fix
2018-09-24 16:50:15 +02:00
Kacper Ziubryniewicz
47ea88e025
Read commit description
...
- Fixed `onImageChange` documentation and added missing `msg` parameter
- Moved `on` methods to the right place
- Added changing client active status while listening
- Added fetching friends' active status
2018-09-22 21:52:40 +02:00
Kacper Ziubryniewicz
345a473ee0
ActiveStatus
model
2018-09-22 21:34:44 +02:00
Kacper Ziubryniewicz
c6dc432d06
Move on
methods to the right place
2018-09-22 20:39:41 +02:00
2FWAH
af3bd55535
Add basic test for fetchThreads
2018-09-21 19:43:39 +02:00
2FWAH
5fa1d86191
Add before, after and limit parameters to fetchThreads
2018-09-21 19:12:46 +02:00
2FWAH
d4859b675a
Fix ident for _forcedFetch
2018-09-21 17:36:16 +02:00
2FWAH
9aa427031e
Merge from upstream and solve conflict in fbchat/client.py
2018-09-21 17:29:58 +02:00
Kacper Ziubryniewicz
9e8fe7bc1e
Fix Python 2.7 compability
2018-09-15 11:34:16 +02:00
Kacper Ziubryniewicz
90813c959d
Added get_url_parameters
util method
2018-09-15 11:21:35 +02:00
Kacper Ziubryniewicz
940a65954c
Read commit description
...
Added:
- Detecting extensible attachments
- Fetching live user location
- New methods for message reacting
- New `on` methods: `onReactionAdded`, `onReactionRemoved`, `onBlock`, `onUnblock`, `onLiveLocation`
- Fixed `size` of attachments
2018-09-12 17:52:38 +02:00
Kacper Ziubryniewicz
9b4e753a79
Added graphql methods for extensible attachments
2018-09-12 17:48:35 +02:00
Kacper Ziubryniewicz
e0be9029e4
Added extensible attachments models
2018-09-12 17:48:00 +02:00
Kacper Ziubryniewicz
0ae213c240
Merge pull request #1 from carpedm20/master
...
Merge `master`
2018-09-12 17:41:53 +02:00
Mads Marquart
08117e7a54
Fixed examples, see #332
...
The examples were using generator expressions instead of list comprehensions
2018-09-09 14:24:20 +02:00
Mads Marquart
51c3226070
Merge pull request #326 from kapi2289/merge_rooms
...
Merge `Room` with `Group`
2018-09-09 14:09:36 +02:00
Mads Marquart
5396d19d7d
Merge pull request #327 from kapi2289/fix_active
...
`markAlive` fix
2018-09-09 14:07:48 +02:00
Kacper Ziubryniewicz
11501e6899
Fix Room
model initialization
2018-09-03 15:05:11 +02:00
Kacper Ziubryniewicz
4eb49b9119
Backwards compability for Room
s
2018-08-31 13:25:37 +02:00
Kacper Ziubryniewicz
4c2da22750
markAlive
fix
2018-08-30 20:28:32 +02:00
Kacper Ziubryniewicz
753b9cbae2
Merge Room
with Group
methods
2018-08-30 19:57:47 +02:00
Kacper Ziubryniewicz
2c73cabe22
Merge Room
with Group
graphql methods
2018-08-30 19:57:12 +02:00
Kacper Ziubryniewicz
d6ca091b7b
Merge Room
with Group
model
2018-08-30 19:56:18 +02:00
Kacper Ziubryniewicz
aa3faca246
Added formatMentions
method
2018-08-30 15:57:16 +02:00
Mads Marquart
f0e849e9c0
Version up, thanks to @kapi2289, @gave92, @ThatAlexanderA and @1ttric
v1.4.0
2018-08-30 00:08:27 +02:00
Mads Marquart
ddcbd6a790
Merge pull request #318 from kapi2289/master
...
Bunch of new methods, bunch of fixes, bunch of tests
2018-08-29 23:55:17 +02:00
Mads Marquart
28e3b6285e
Made mute
methods raise if they errored
2018-08-29 23:51:33 +02:00
Mads Marquart
348db90f7b
Fixes for Python 2.7 compatibility
2018-08-29 23:50:35 +02:00
Mads Marquart
0d780b9b80
Added tests for plans
2018-08-29 21:31:28 +02:00
Mads Marquart
8ab718becd
Added poll tests
2018-08-29 16:49:33 +02:00
Kacper Ziubryniewicz
1943c357fa
Message searching rebuild
...
Changed message searching methods to return generators and added `search`
2018-08-29 15:14:26 +02:00
Mads Marquart
3be0d8389b
Changed changeThreadImageX
to changeGroupImageX
2018-08-29 14:37:29 +02:00
Kacper Ziubryniewicz
d7d1c83276
MessageReactionFix is not needed anymore
2018-08-29 14:33:48 +02:00
Mads Marquart
8591e2ffd5
Fixed createGroup
implementation
2018-08-29 14:08:11 +02:00
Mads Marquart
c2225bf2fd
Added more tests
2018-08-29 14:07:44 +02:00
Mads Marquart
0617d7b49f
Fixed _usersApproval
, fixed changeThreadImage
methods, more tests
2018-08-29 12:17:16 +02:00
Mads Marquart
42b288ee98
Fixed onAdminRemoved
and onAdminAdded
, and added tests for that
2018-08-29 11:15:59 +02:00
Mads Marquart
ead7203e40
Added tests for fetchMessageInfo
2018-08-29 11:03:46 +02:00
Mads Marquart
bd2b947255
More test improvements
2018-08-29 10:14:18 +02:00
Mads Marquart
f367bd2d0d
Improved test setup
2018-08-29 10:12:10 +02:00
Kacper Ziubryniewicz
a8ce44b109
Added searching for messages in all threads
2018-08-27 19:37:49 +02:00
Kacper Ziubryniewicz
3b43d3f0bd
Few fixes
2018-08-27 14:08:19 +02:00
Kacper Ziubryniewicz
06da486140
Backwards compability for plans/event reminders
2018-08-24 21:56:31 +02:00