Skip to content

fujiawei-dev/auto-weibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Publish plain text weibo automatically

from utils import login_weibo, post_weibo


word = '#Cerium# This project is mainly targeted to users that need to \
communicate with Android devices in an automated fashion, such as in \
automated testing. https://github.com/fjwCode/cerium'

ACCOUNT = 'your account'
PASSWORD = 'your password'

chrome = login_weibo(ACCOUNT, PASSWORD)
post_weibo(chrome, word)
chrome.quit()

About

Publish plain text weibo automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages