def main(): kata(""" \033[90m------------------------------------ \033[1;94m{\033[1;97m01\033[1;94m}\033[31;1m Bot Facebook \033[1;94m{\033[1;97m02\033[1;94m}\033[31;1m Yt Downloaders \033[1;94m{\033[1;97m03\033[1;94m}\033[31;1m Mbf \033[1;94m{\033[1;97m04\033[1;94m}\033[31;1m Spammer \033[1;94m{\033[1;97m05\033[1;94m}\033[31;1m Deface Orange Themes \033[1;94m{\033[1;97m06\033[1;94m}\033[31;1m Encrypt Python Base64 \033[1;94m{\033[1;97m07\033[1;94m}\033[31;1m Python Send Protocol Using Yagmail \033[1;94m{\033[1;97m08\033[1;94m}\033[31;1m Install Metasploit \033[1;94m{\033[1;97m09\033[1;94m}\033[31:1m Tombol Termux \033[1;94m{\033[1;97m10\033[1;94m}\033[31:1m Bot Apk Reward """) j = input("\033[1;97m> \033[1;92m") if j == "01" or j == "1": botfb() kembali() elif j == "02" or j == "2": yt() kembali() elif j == "03" or j == "3": mbf() kembali() elif j == "04" or j == "4": spamer() kembali() elif j == "05" or j == "5": dfc() kembali() elif j == "06" or j == "6": enc() kembali() elif j == "07" or j == "7": yagmail() kembali() elif j == "08" or j == "8": msp() elif j == "09" or j == "9": tom() kembali() elif j == "10": tyl() kembali() else: print("\033[1;91mWrong Input!\033[1;97m") balik()
def account_info(*argu): try: print(argu) account, password = argu print('Account:' + account + '\n' + 'Password:'******'@' not in account) and ('@' in password): print("账号密码输入错误-->>>已自动纠正") tmp = account account = password password = tmp print('Account:' + account + '\n' + 'Password:'******'smpt'], email_type( account)['port'] yag = yagmail(account, password, smpt, port) return yag
def test(*argu): account, password, smpt, port = argu # 为什么说无法调用yagmail模块 yag = yagmail()
def main(): clear() baner() print(''' \033[96m01). \033[00mPython Yagmail \033[96m02). \033[00mTermux Key \033[96m03). \033[00mSpammer \033[96m04). \033[00mEmpass Facebook Checker \033[96m05). \033[00mFacebook Mbf \033[96m06). \033[00mBot Comment Ig \033[96m07). \033[00mYoutube Downloader \033[96m08). \033[00mDeface Sportime \033[96m09). \033[00mViewers Youtube \033[96m10). \033[00mBot Caping \033[96m00). \033[00mBack''') f = input('\033[00m>> \033[96m') if f == '1' or f == '01': yagmail() elif f == '2' or f == '02': tom() elif f == '3' or f == '03': clear() baner() os.system('python ~/knf-tool/config/spam.py') bl = input("\033[00mCoba Lagi?(y/t): ") if bl == "y": clear() baner() os.system('python ~/knf-tool/config/spam.py') elif bl == "t": main() else: balik() elif f == '4' or f == '04': clear() baner() w = input('\033[00mEmpas File(\033[93mlist.txt\033[00m): \033[93m') t = ("php ~/knf-tool/config/fbcheck.php " + w) c = os.system(t) print(c) time.sleep(3) main() elif f == '5' or f == '05': mbf() elif f == '6' or f == '06': clear() baner() os.system('python ~/knf-tool/config/ig.py') f = input('Coba Lagi?(y/t): ') if f == 'y': clear() baner() os.system("python ~/knf-tool/config/ig.py") elif f == 't': main() else: balik() elif f == '7' or f == '07': yt() elif f == '8' or f == '08': dfc() elif f == '9' or f == '09': view() elif f == '10': clear() baner() os.system('python ~/knf-tool/config/bot.py') b = input('coba lagi?(y/t): ') if b == 'y': clear() baner() os.system('python ~/knf-tool/config/bot.py') elif b == 't': main() else: balik() elif f == '00' or f == '0': clear() baner() menu() else: print('\033[91mWrong Input!\033[00m') main()
def yagmail(): import yagmail receiver = "*****@*****.**" body = "Hello there from Yagmail" filename = "document.pdf" yag = yagmail.SMTP("*****@*****.**") yag.send( to=receiver, subject="Yagmail test with attachment", contents=body, attachments=filename, ) yagmail() """ansactional Email Services If you plan to send a large volume of emails, want to see email statistics, and want to ensure reliable delivery, it may be worth looking into transactional email services. Although all of the following services have paid plans for sending large volumes of emails, they also come with a free plan so you can try them out. Some of these free plans are valid indefinitely and may be sufficient for your email needs. Below is an overview of the free plans for some of the major transactional email services. Clicking on the provider name will take you to the pricing section of their website. Provider Free plan Sendgrid 40,000 emails for your first 30 days, then 100/day Sendinblue 300 emails/day Mailgun First 10,000 emails free Mailjet 200 emails/day Amazon SES 62,000 emails/month