Skip to content

Commit

Permalink
EXAMPLE CODE: ReceiveMessage & SendMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhHuyDev authored Jan 26, 2024
1 parent 4bce18b commit 64e702e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __messageListenV2 import listeningEvent # Import the specific class or module you need
from __sendMessage import api
import datetime, threading, os, json

class fbClient:
def __init__(self, cookies, dataFB):
self.cookies = cookies
Expand Down Expand Up @@ -70,4 +70,4 @@ def receiveMessage(self):
_ = fbClient(cookies, dataFB)
_.setDefaultValue()
_.receiveMessage()
print("done!")
print("done!")

0 comments on commit 64e702e

Please sign in to comment.