mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2025-02-23 05:49:07 +00:00
8 lines
173 B
Python
8 lines
173 B
Python
import util.RequestUtil as Request
|
|
# import util.ConfigUtil as Config
|
|
import os
|
|
|
|
if __name__ == '__main__':
|
|
message = Request.get_message(0, 10)
|
|
print(message.text)
|