Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
if name == "main":
CheckUpData()
Notice()
page=requests.get('https://share.weiyun.com/5zi4lwCL')
if '卡密开关状态【开】' in page.text:
print('[1]VIP版刷粉丝(1500
3000粉)/[2]公益刷粉丝(1030粉)')print('[3]VIP版刷评论(1500
3000评)/[4]公益刷评论(1030评)')print('[5]VIP版刷点赞(1500~3000赞)')
print('官方频道@SCNB10086')
xuanz=input('选择使用的功能1/2/3/4/5/6:')
if xuanz=="1":
main_daoru()
Login1 = input('请输入卡密:')
Login(Login1,'39495')
elif xuanz=="2":
print("高级功能仅支持vip用户/n你可使用公益评论")
elif xuanz=="3":
main_daoru()
Login1 = input('请输入卡密:')
Login3(Login1,'39495')
elif xuanz=="4":
page=requests.get('https://share.weiyun.com/5zi4lwCL')
if '脚本开关状态【关】' in page.text:
print('脚本状态:',(red + '脚本已被关闭'+ redd))
exit()
else:
print(green+'脚本正常开放'+redd)
main_menu4()
elif xuanz=="5":
main_daoru()
Login1 = input('请输入卡密:')
Login5(Login1,'39495')