Skip to content

lycheetw/PttBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PttBot

import PttBot

success = PttBot.login(acc, pw)
if not success:
    print("登入失敗")
    return

PttBot.write("s")
PttBot.write("Gossiping\r\n")
PttBot.functionKey("end")
PttBot.functionKey("right")
print(PttBot.read())
PttBot.logout()

Run example

python3 example.py -acc your_account -pw your_password

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages