This website requires JavaScript.
Explore
Help
Sign In
karaolidis
/
fbchat
Archived
Watch
1
Star
0
Fork
0
You've already forked fbchat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-07-31
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2e88bd49d4b1e42226b94de04e58ddaebc5c64e0
fbchat
/
fbchat
History
Mads Marquart
2e88bd49d4
Merge pull request
#472
from carpedm20/use-datetime
...
Use datetime/timedelta objects
2019-09-08 18:41:41 +02:00
..
__init__.py
Small fixes
2019-08-28 23:03:31 +02:00
_attachment.py
Remove explicit new style class declarations
2019-08-28 21:57:50 +02:00
_client.py
Make
ts
a datetime, and rename to
at
in all onX methods
2019-09-08 15:24:58 +02:00
_core.py
Fix logging
2019-08-28 22:27:29 +02:00
_exception.py
Remove redundant encoding specifiers and __future__ imports
2019-08-28 21:57:46 +02:00
_file.py
Convert durations to timedeltas
2019-09-08 15:24:58 +02:00
_graphql.py
Small fixes
2019-08-28 23:03:31 +02:00
_group.py
Rename Thread.last_message_timestamp to .last_active, and use datetimes
2019-09-08 15:20:31 +02:00
_location.py
Make LiveLocationAttachment.expires_at a datetime object
2019-09-08 15:24:58 +02:00
_message.py
Make Message.timestamp a datetime object, and rename to .created_at
2019-09-08 15:24:58 +02:00
_page.py
Remove redundant encoding specifiers and __future__ imports
2019-08-28 21:57:46 +02:00
_plan.py
Make Plan.time a datetime object
2019-09-08 15:24:57 +02:00
_poll.py
Remove explicit new style class declarations
2019-08-28 21:57:50 +02:00
_quick_reply.py
Remove explicit new style class declarations
2019-08-28 21:57:50 +02:00
_state.py
Small fixes
2019-08-28 23:03:31 +02:00
_sticker.py
Remove redundant encoding specifiers and __future__ imports
2019-08-28 21:57:46 +02:00
_thread.py
Rename Thread.last_message_timestamp to .last_active, and use datetimes
2019-09-08 15:20:31 +02:00
_user.py
Make ActiveStatus.last_active a datetime object
2019-09-08 15:24:58 +02:00
_util.py
Merge pull request
#472
from carpedm20/use-datetime
2019-09-08 18:41:41 +02:00