issues Search Results · repo:enginebai/PyMessager language:Python
Filter by
6 results
(52 ms)6 results
inenginebai/PyMessager (press backspace or delete to remove)Can you please tell what api url is made of. As it says in you code its API_root and FB_webhook but I can t understand
which one means what and hence I can t setup the bot.
barotdhrumil21
- Opened on Jul 8, 2018
- #14
Is that a typo in your name or was it intentional?
PyMessager vs PyMessenger
TurnrDev
- 1
- Opened on Nov 24, 2017
- #12
I have modify the receive message part, so it can send message after message is received:
def fb_receive_message(): message_entries = json.loads(request.data.decode( utf8 ))[ entry ] for entry in
message_entries: ...
nggary
- 2
- Opened on Oct 21, 2017
- #10
subscribe_to_page() uses API v2.9 but the other calls use v2.6?
- https://github.com/enginebai/PyMessager/blob/master/pymessager/message.py#L10 # v2.6
- https://github.com/enginebai/PyMessager/blob/master/pymessager/message.py#L123 ...
cclauss
- 3
- Opened on Jul 9, 2017
- #6
As a library, it is expected from users to configure logging from the library using logging module or something similar.
But, as it is using print function, it s difficult to remove this sometimes unwanted ...
RaitoBezarius
- 2
- Opened on Jul 4, 2017
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.