This website requires JavaScript.
3638fc5356
Made fetchThreadInfo
able to fetch own user's info
v1.0.11
Mads Marquart
2017-06-29 19:53:29 +02:00
aca9176f7f
Add on chat presence event
Jarbas
2017-06-29 17:56:14 +01:00
0d5e4f6d3f
Version up thanks to @enwar3
v1.0.10
Mads Marquart
2017-06-29 16:03:55 +02:00
92a5ffdef8
Merge pull request #170 from OMGWINNING/master
Mads Marquart
2017-06-29 16:02:27 +02:00
b3359fccdb
Add last_message_timestamp to Thread objects
Joe Lau
2017-06-28 18:06:55 -07:00
d8f7366d1f
Add extensible_attachment field to Message for fb share objects
Joe Lau
2017-06-28 13:13:27 -07:00
ff94dc20af
Minor cleanup
v1.0.9
Mads Marquart
2017-06-28 16:06:13 +02:00
a8df0a548f
Minor fixes
v1.0.8
Mads Marquart
2017-06-28 14:42:11 +02:00
13d0dc4ba4
Fixed ChangeThreadTitle and ThreadColor.MESSENGER_BLUE
v1.0.7
Mads Marquart
2017-06-28 14:30:29 +02:00
64125a1aca
Updated to 1.0.6, thanks to @enwar3
v1.0.6
Mads Marquart
2017-06-28 10:24:44 +02:00
4feae03092
Merge pull request #169 from OMGWINNING/master
Mads Marquart
2017-06-28 10:23:33 +02:00
5f993c2bf8
Use .get() instead
Joe Lau
2017-06-27 16:16:51 -07:00
35bbcbffba
Add __init__.py
Joe Lau
2017-06-26 17:54:25 -07:00
5faca54d67
Handle empty participant_customizations field
Joe Lau
2017-06-26 14:16:57 -07:00
82496b8e04
Minor fixes
v1.0.5
Mads Marquart
2017-06-26 17:02:32 +02:00
2d74ec7823
Made getAllUsers more stable
Mads Marquart
2017-06-26 15:42:26 +02:00
1d42c4d3a6
Updated to 1.0.4, added fetchThread&GroupInfo and improved models
v1.0.4
Mads Marquart
2017-06-26 15:41:58 +02:00
4a8ef00442
Fixed a few bugs, updated to v. 1.0.3
v1.0.3
Mads Marquart
2017-06-26 11:37:54 +02:00
add06ffa7a
I was having trouble with PyPI ;)
v1.0.1
Mads Marquart
2017-06-22 23:35:28 +02:00
fbb8d8e24a
Update README.rst
Mads Marquart
2017-06-22 22:54:12 +02:00
cd0e001219
Update README.rst
Mads Marquart
2017-06-22 22:50:10 +02:00
bf53f4fc74
Updated to 1.0.0
v1.0.0
Mads Marquart
2017-06-22 22:43:26 +02:00
11e59e023c
Added GraphQL requests
Mads Marquart
2017-06-22 22:38:15 +02:00
c81d7d2bfb
Removed deprecations and new event system, improved other things
Mads Marquart
2017-06-20 14:57:23 +02:00
d44d5053a4
Version up thanks to @DennyWeinberg
v0.9.3
Mads Marquart
2017-06-04 14:18:02 +02:00
7882a7f358
Merge pull request #153 from DennyWeinberg/actions_bugfix
Mads Marquart
2017-06-04 14:14:57 +02:00
b373232538
Actions can be missing
Denny Weinberg
2017-06-03 20:27:49 +02:00
1f4b0fa150
Fixed #152
Mads Marquart
2017-06-03 12:11:18 +02:00
2d90eee939
Updated Version
Mads Marquart
2017-06-02 16:11:31 +02:00
c8d9d05ed3
Fixes #149 , the issue was that Facebook changed their code
Mads Marquart
2017-06-02 16:02:27 +02:00
0885796fa8
Fix for Facebook's changed API, and removed test print statement
Mads Marquart
2017-06-02 15:59:24 +02:00
1279481b62
Update README.rst
Mads Marquart
2017-05-28 22:38:30 +02:00
5fb3412915
Update README.rst
Mads Marquart
2017-05-28 22:34:18 +02:00
c708a5ecf6
Fixed README!
Mads Marquart
2017-05-28 22:33:50 +02:00
e4f29e5f2b
Fixed README.rst?
Mads Marquart
2017-05-28 21:58:00 +02:00
779fa409e5
Fixed README.rst (again)
Mads Marquart
2017-05-28 21:56:58 +02:00
fc8c2dfa14
Fixed README.rst
Mads Marquart
2017-05-28 21:52:54 +02:00
9f7d308961
Added requirements.txt
Mads Marquart
2017-05-28 21:19:31 +02:00
8dacc37ba9
More documentation work, changed addUsersToGroup
back to taking a list of user IDs
Mads Marquart
2017-05-28 21:11:16 +02:00
39eafa5a3e
Fixed examples, added changeNickname
and changeThreadEmoji
, changed changeGroupTitle
back to changeThreadTitle
Mads Marquart
2017-05-26 18:48:37 +02:00
d2741ca419
Added baseline for sphinx documentation and on2FACode
event
Mads Marquart
2017-05-26 13:38:54 +02:00
a76ebbb22a
Added python 2.7 support, reworked events
Mads Marquart
2017-05-22 20:33:00 +02:00
83a45ebc03
Changed names with Chat
to Group
or Thread
respectively, improved error handling, and changed _doSendRequest
to return a single message id
Mads Marquart
2017-05-21 23:12:30 +02:00
76c2c65a7b
Fixed sendLocalImage, changed get_json, improved tests
Mads Marquart
2017-05-21 21:56:56 +02:00
99a7d0d534
Added removed in v. x
warning to deprecations, and improved login error messages
Mads Marquart
2017-05-18 20:08:11 +02:00
8e68531ce4
Merge pull request #145 from Dainius14/dev
Mads T Marquart
2017-05-17 16:19:32 +02:00
ed7b8488cb
rename _setThread() to _getThreadId()
Dainius
2017-05-17 14:20:07 +03:00
386cb4a6c1
fix on seen, on delivered, on marked as seen methods
Dainius
2017-05-16 21:20:46 +03:00
c95544dcb0
add typing indicator
Dainius
2017-05-16 19:35:00 +03:00
4083348c40
add reaction to messages. move request URLs to utils
Dainius
2017-05-16 19:20:46 +03:00
b1cccf4173
fix emoji sending and tests
Dainius
2017-05-16 14:02:09 +03:00
e1e1a0d611
add thread color change
Dainius
2017-05-16 12:03:20 +03:00
fb88f8d459
Merge pull request #142 from Torxed/master
Mads T Marquart
2017-05-15 15:50:15 +02:00
0fdab3968d
Merge branch 'development' into master
Mads T Marquart
2017-05-15 15:49:14 +02:00
ac0e72d167
There's no such thing as 'unicode' in Py3
Lord Anton Hvornum
2017-05-11 21:23:48 +02:00
e8fbaefa72
There's no such thing as 'unicode' in Py3
Lord Anton Hvornum
2017-05-11 21:23:18 +02:00
de21eafe7b
Swapped out for a better error output. You had no idea where errors occured before.
Lord Anton Hvornum
2017-05-11 21:18:27 +02:00
44b3b1330a
Created test_data.json
Mads T Marquart
2017-05-11 17:35:56 +02:00
fd2e554b98
Updated version
Mads T Marquart
2017-05-11 16:29:48 +02:00
d7acb9a40d
Changed default emoji size to small
Mads T Marquart
2017-05-11 16:29:41 +02:00
f63b9d7c4a
Reworked old events, added deprecation warnings, and improved _send
Mads Marquart
2017-05-11 12:55:44 +02:00
7a0c64bf9e
Merge pull request #141 from Dainius14/dev
Mads T Marquart
2017-05-11 10:26:21 +02:00
ef352f097a
update test_data.json
Dainius
2017-05-10 18:44:20 +03:00
357083efce
reintroduce things skipped on conflict
Dainius
2017-05-10 18:16:41 +03:00
0d75c09036
Added support for deprecating items, and maybe support for python 2.7
Mads Marquart
2017-05-10 14:54:07 +02:00
58c7e08d12
Merge pull request #140 into development branch from Dainius14/dev
Mads T Marquart
2017-05-10 11:10:16 +02:00
b5443daeb1
Merge branch 'development' into dev
Dainius
2017-05-10 12:02:39 +03:00
5da3e5e4bf
update tests
Dainius
2017-05-09 21:27:32 +03:00
f4dec2e48e
update send methods
Dainius
2017-05-09 10:25:04 +03:00
d381d8c940
Version up because of PR revert
Mads T Marquart
2017-05-09 07:35:38 +02:00
524b5e1d91
Merge pull request #135 from Dainius14/revert-134-master
Taehoon Kim
2017-05-08 12:54:28 -07:00
94682dbe1a
Revert "add event hooks, change method names"
Dainius
2017-05-08 22:34:15 +03:00
68e5b2c16c
Version up thanks to @Dainius14
Mads T Marquart
2017-05-08 20:30:10 +02:00
7793b53a6d
Merge pull request #134 from Dainius14/master
Mads T Marquart
2017-05-08 20:27:26 +02:00
329f8e5ae8
fix of conflict resolution
Dainius
2017-05-08 17:02:28 +03:00
22688fe847
Merge branch 'master' into master
Dainius
2017-05-08 16:54:32 +03:00
2721004777
proper implementation of new message, color, emoji, title, nick change
Dainius
2017-05-08 16:05:14 +03:00
1700f95810
add event hooks, change method names
Dainius
2017-05-06 00:16:20 +03:00
b804dc3f94
Version up thanks to @madsmtm and @tmcadam
Taehoon Kim
2017-05-05 12:59:48 -07:00
921fbb44d9
Merge pull request #133 from madsmtm/patch-1
Taehoon Kim
2017-05-05 12:54:51 -07:00
6138c56053
Merge pull request #132 from madsmtm/master
Taehoon Kim
2017-05-05 12:51:35 -07:00
f88c296706
Merge pull request #131 from tmcadam/patch-1
Taehoon Kim
2017-05-05 12:49:03 -07:00
2aa1978274
Update README.rst
Mads T Marquart
2017-05-05 21:17:35 +02:00
c4aa6b4523
Update client.py
Mads T Marquart
2017-05-05 21:15:43 +02:00
3b4a369586
Improved error handling in send()
Mads Marquart
2017-05-05 20:26:23 +02:00
f4165462dc
Updated README, to reflect changes
Mads Marquart
2017-05-05 20:16:40 +02:00
64243c20b2
Fixed tests, and improved send()
Mads Marquart
2017-05-05 20:12:17 +02:00
2280d31cbb
Added an extra test
Mads Marquart
2017-05-05 18:59:38 +02:00
fa026021b2
Added unit/integration tests
Mads Marquart
2017-05-05 18:54:35 +02:00
a280555536
Cleaned up login process, changed saveSession
and loadSession
and added is_logged_in
Mads Marquart
2017-05-05 14:24:03 +02:00
05ca457946
Added a helper function strip_to_json
Mads Marquart
2017-05-05 11:39:51 +02:00
f4af46cacf
Merge branch 'carpedm20/master'
Mads Marquart
2017-05-05 11:39:12 +02:00
dc1d158059
Fix for getUserInfo method throwing an error
Tom McAdam
2017-05-05 17:03:21 +09:00
5019671b35
version up from 0.8.2 to 0.8.5 thx to @Dainius14
Taehoon Kim
2017-05-04 09:30:27 -07:00
2973a6d301
Merge pull request #129 from Dainius14/master
Taehoon Kim
2017-05-04 09:28:20 -07:00
dc95f367b8
fix typo
Dainius
2017-05-04 17:51:32 +03:00
2054cf3ca3
fix import
Dainius
2017-05-04 17:16:26 +03:00
04322c5330
fix 2FA for python 2, add default recipient
Dainius
2017-05-02 19:40:41 +03:00
3e327747bc
fix inconsistencies, remove some deprecated and unused things
Dainius
2017-05-01 15:57:26 +03:00
ac50932c34
Merge branch 'carpedm20/master'
Mads Marquart
2017-04-19 13:04:04 +02:00