-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# weibo_ql | ||
一个用于微博抢楼的小脚本 v1.0 | ||
|
||
使用方法: | ||
1.进入并登录https://m.weibo.cn,请保持移动端页面 | ||
2.随便进入一条原创微博,其地址格式为url = 'https://m.weibo.cn/detail/4566073741679016'这样的(点进去这个也行) | ||
3.用edge浏览器或者chrome,在这个微博页面进入F12.点击网络功能,并刷新网页,找到cookies,如图所示,复制cookies的冒号之后所有内容到cookies字符串内 | ||
4.c_text 字符串输入要用的文字 | ||
5.url = 'https://m.weibo.cn/detail/4565838328506437' | ||
在抢楼微博发布之后,用此时所说的移动端网页进入此界面,格式如上将链接复制到url字符串内 | ||
6.输入其他需要输入的东西,比如目标楼层之类的 | ||
|