Giter VIP home page Giter VIP logo

bird-bot's Introduction

Hi there πŸ‘‹ I'm Nate

I am a college student living in Virginia. I love to create software for others to enjoy & develop innovative solutions to solve problems.

Want to get in touch? Email me at [email protected]

bird-bot's People

Contributors

dzt avatar jaredkaczynski avatar natewong1313 avatar raman325 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bird-bot's Issues

Waiting for Restock

Even for items that are in stock on the website I get the same message.

I had the "add to cart" bug for best buy so I decided to add an item I knew they had in stock to see if I could reproduce the bug. No matter the item I added the bot will continually say it's waiting for stock. Is there a way I can can dig in further tosee what's going on?

Error after updating

Happens when starting tasks after updating to latest version.

Traceback (most recent call last):
File "C:\Users\USER\Desktop\bird-bot\pages\homepage.py", line 477, in run
profile,proxy = get_profile(self.profile),get_proxy(self.proxies)
File "C:\Users\USER\Desktop\bird-bot\utils.py", line 59, in get_profile
p["card_number"] = (Encryption().decrypt(p["card_number"].encode("utf-8"))).decode("utf-8")
File "C:\Users\USER\Desktop\bird-bot\utils.py", line 42, in decrypt
aes = AES.new(self.trans(e_key), AES.MODE_CFB, IV)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38\lib\site-packages\Cryptodome\Cipher\AES.py", line 232, in new
return create_cipher(sys.modules[name], key, mode, *args, kwargs)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38\lib\site-packages\Cryptodome\Cipher__init
_.py", line 79, in _create_cipher
return modes[mode](factory, kwargs)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38\lib\site-packages\Cryptodome\Cipher_mode_cfb.py", line 284, in _create_cfb_cipher
raise ValueError("Incorrect IV length (it must be %d bytes long)" %
ValueError: Incorrect IV length (it must be 16 bytes long)

You're 100% an A-HOLE

That is a pretty big issue so fix it bro! People can't buy a Switch now due to your app.

Expressvpn and Best Buy

For some reason, while connected to Expressvpn, bird bot is unable to move passed Getting TAS Data for Best Buy. It has no trouble with Walmart though. I have to disconnect from ExpressVPN before the bot is able to communicate with Best Buy.

Available in Canada?

Downloaded the bot, followed all installation instructions but then found out its only available in the U.S. Any plans to make the bot available for canadian .ca sites?

Best Buy having Store Pickup only

How will this bot work when currently Best Buy is only doing store pickup for the Nintendo Switch? I don't want it to order a switch only for it to be at a location that is far away..

stuck on adding to cart for Best Buy

I usually leave my computer on to run for restocks on Walmart and Best Buy but have come across an issue with Best Buy that it just stays on Adding to cart and won't check out. Not sure why, am I banned on the site or something? Also, what kind of proxies do you recommend for this? Residential or DCs?

help

Pls add bestbuy Canada

Error: Cant install pycryptodome

ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-dkj7zqci/pycryptodome/setup.py'"'"'; file='"'"'/private/tmp/pip-install-dkj7zqci/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-49u7hqvw/install-record.txt --single-version-externally-managed --compile
cwd: /private/tmp/pip-install-dkj7zqci/pycryptodome/
Complete output (371 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-x86_64-3.8
creating build/lib.macosx-10.9-x86_64-3.8/Crypto
copying lib/Crypto/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/CAST.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/ARC4.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_eax.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_ctr.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_openpgp.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/AES.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_siv.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_gcm.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/DES3.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_ofb.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_cfb.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/Salsa20.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_cbc.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/ChaCha20.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_ocb.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/Blowfish.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_ccm.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/ARC2.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/DES.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
copying lib/Crypto/Cipher/_mode_ecb.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/MD2.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/keccak.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA3_224.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA512.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA384.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA256.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA1.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/CMAC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHAKE128.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/BLAKE2s.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA224.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA3_512.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/RIPEMD160.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/MD4.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/HMAC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/BLAKE2b.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHAKE256.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA3_256.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/MD5.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/SHA3_384.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
copying lib/Crypto/Hash/RIPEMD.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Hash
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/IO
copying lib/Crypto/IO/PEM.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/IO
copying lib/Crypto/IO/_PBES.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/IO
copying lib/Crypto/IO/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/IO
copying lib/Crypto/IO/PKCS8.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/IO
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/PublicKey
copying lib/Crypto/PublicKey/RSA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/PublicKey
copying lib/Crypto/PublicKey/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/PublicKey
copying lib/Crypto/PublicKey/ECC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/PublicKey
copying lib/Crypto/PublicKey/DSA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/PublicKey
copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/PublicKey
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Protocol
copying lib/Crypto/Protocol/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Protocol
copying lib/Crypto/Protocol/SecretSharing.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Protocol
copying lib/Crypto/Protocol/KDF.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Protocol
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Random
copying lib/Crypto/Random/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Random
copying lib/Crypto/Random/random.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Random
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
copying lib/Crypto/Signature/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
copying lib/Crypto/Signature/pkcs1_15.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
copying lib/Crypto/Signature/pss.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
copying lib/Crypto/Signature/DSS.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Signature
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/py3compat.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/number.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/_raw_api.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/_number_new.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/RFC1751.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/_file_system.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/Padding.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/Counter.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/strxor.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
copying lib/Crypto/Util/asn1.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Util
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Math
copying lib/Crypto/Math/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Math
copying lib/Crypto/Math/_Numbers_gmp.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Math
copying lib/Crypto/Math/Numbers.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Math
copying lib/Crypto/Math/_Numbers_int.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Math
copying lib/Crypto/Math/Primality.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/Math
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest
copying lib/Crypto/SelfTest/st_common.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest
copying lib/Crypto/SelfTest/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest
copying lib/Crypto/SelfTest/loader.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest
copying lib/Crypto/SelfTest/main.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_CCM.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_OCB.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_OFB.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_CBC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_CFB.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_GCM.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_Salsa20.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_SIV.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_OpenPGP.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_CTR.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_EAX.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_ChaCha20.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_RIPEMD160.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA3_224.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_CMAC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA1.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_BLAKE2.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_keccak.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA3_256.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA3_384.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHAKE.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA3_512.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/IO
copying lib/Crypto/SelfTest/IO/test_PKCS8.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/IO
copying lib/Crypto/SelfTest/IO/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/IO
copying lib/Crypto/SelfTest/IO/test_PBES.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/IO
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_SecretSharing.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Protocol
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_ECC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_import_ECC.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_import_RSA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_import_DSA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Random
copying lib/Crypto/SelfTest/Random/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Random
copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Random
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/test_pss.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/test_dss.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_strxor.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_Padding.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Util
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Math
copying lib/Crypto/SelfTest/Math/test_Primality.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Math
copying lib/Crypto/SelfTest/Math/test_Numbers.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Math
copying lib/Crypto/SelfTest/Math/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Math
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmEncryptExtIV128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarKey128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarTxt128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarKey128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMCT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8GFSbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MMT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarTxt192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMMT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8VarKey256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCVarTxt256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBKeySbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128VarTxt256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCKeySbox128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MMT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128KeySbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/gcmDecrypt128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBMCT192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBGFSbox192.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/OFBVarKey128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8KeySbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128GFSbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCMMT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CBCGFSbox256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB8MCT128.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
copying lib/Crypto/SelfTest/Cipher/test_vectors/AES/CFB128MCT256.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/AES
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64varkey.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64permop.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8vartext.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCinvperm.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8permop.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT2.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64vartext.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64MMT3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8varkey.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TECBMMT2.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT2.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBinvperm.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCMMT3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCsubtab.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT2.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8MMT3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBpermop.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvarkey.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCpermop.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvarkey.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCBCvartext.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8invperm.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64invperm.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBsubtab.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB64subtab.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBvartext.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT2.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TOFBMMT3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
copying lib/Crypto/SelfTest/Cipher/test_vectors/TDES/TCFB8subtab.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Cipher/test_vectors/TDES
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-384.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-224.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHAKE128.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
copying lib/Crypto/SelfTest/Hash/test_vectors/SHA3/ShortMsgKAT_SHA3-512.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/SHA3
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_512.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_512.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_512.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/readme.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_384.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_384.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_384.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ShortMsgKAT_224.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/ExtremelyLongMsgKAT_224.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
copying lib/Crypto/SelfTest/Hash/test_vectors/keccak/LongMsgKAT_224.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/keccak
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/blake2s-test.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv2.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2s/tv1.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2s
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/blake2b-test.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv2.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
copying lib/Crypto/SelfTest/Hash/test_vectors/BLAKE2b/tv1.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Hash/test_vectors/BLAKE2b
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.der -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_des3.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/point-at-infinity.org-P256.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_x509.der -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.der -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/openssl_version.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_p8_clear.der -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_public_openssh.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
copying lib/Crypto/SelfTest/PublicKey/test_vectors/ECC/gen_ecc_p256.sh -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/PublicKey/test_vectors/ECC
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/DSA
copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigGen.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/DSA
copying lib/Crypto/SelfTest/Signature/test_vectors/DSA/FIPS_186_3_SigVer.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/DSA
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/ECDSA
copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigGen.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/ECDSA
copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/README.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/ECDSA
copying lib/Crypto/SelfTest/Signature/test_vectors/ECDSA/SigVer.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/ECDSA
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigVer15_186-3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-3.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5/SigGen15_186-2.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-v1.5
creating build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-2.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigGenPSS_186-3.txt -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
copying lib/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS/SigVerPSS_186-3.rsp -> build/lib.macosx-10.9-x86_64-3.8/Crypto/SelfTest/Signature/test_vectors/PKCS1-PSS
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
running build_ext
warning: no support for Intel AESNI instructions
building 'Crypto.Hash._MD2' extension
creating build/temp.macosx-10.9-x86_64-3.8
creating build/temp.macosx-10.9-x86_64-3.8/src
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -DLTC_NO_ASM -Isrc/ -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c src/MD2.c -o build/temp.macosx-10.9-x86_64-3.8/src/MD2.o
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-dkj7zqci/pycryptodome/setup.py'"'"'; file='"'"'/private/tmp/pip-install-dkj7zqci/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-49u7hqvw/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Unable to start after installation

Installation was successful, however when I try to run the application, I get the following error message:

$ python app.py
Traceback (most recent call last):
  File "app.py", line 1, in <module>
    from PyQt5 import QtCore, QtGui, QtWidgets
ImportError: dlopen(/Applications/anaconda/lib/python3.5/site-packages/PyQt5/QtCore.abi3.so, 2): Symbol not found: __os_activity_create
  Referenced from: /Applications/anaconda/lib/python3.5/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (which was built for Mac OS X 10.13)
  Expected in: /usr/lib/libSystem.B.dylib
 in /Applications/anaconda/lib/python3.5/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore

Triple checked PyQt5 installation. All the requirements in the requirements.txt have been satisfied.
I am running it on OSX El Capitan 10.11.6

Any suggestions on how to resolve this?

Thanks

Best Buy is now aware of the bot. Walmart next. Then Amazon. Next will be the Attorney General.

Man, I'm sorry but your actions had terrible repercussions. You caused people to over-inflate the price beyond being reasonable. Therefore you contributed to price gouging. Mr. Wong I'd suggest taking it down before I have to interfere and report it to more than just the companies. I will see your program is blacklisted and anyone who uses it is put up for price gouging. You did good with your part of the money but others are doing it for much worst. I will report and attempt to take down people personally. Nathan Wong I'd suggest taking action with your people.

Best Buy check out problem

So for me I get the item in my cart and the very last step for processing a checkout is failed due to a payment error.

This happens at Best Buy

I appreciate you putting this program out for free to help us, hoping you can help resolve this issue I'm having though. I am using a master card with information and billing I've checked over already.

image

Best Buy Freeze Executing 'Adding To Cart'

When using the bot with macos on Best Buy's site I've noticed that it the execution will freeze after adding the item to the cart.

  • I've upgraded chrome to v81
  • I've verified my ip is not blocked from purchasing by making another purchase directly
  • I've verified it was not due to item being out of stock, I ran the service to purchase a thumb drive

The documentation states either the item is not supported or the website is acting up. Is there a way to verify if an item is supported?

Bird Bot Freeze

Python 3.7 SSL Error

error in 'homepage.py'
And I import SSL & add some code as 'ssl._create_default_https_context = ssl._create_unverified_context'
then run again, the error was not found.
please ensure these code is good for work.

File β€œ/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py”, line 222, in urlopen

    return opener.open(url, data, timeout)

  File β€œ/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py”, line 525, in open

    response = self._open(req, data)

  File β€œ/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py”, line 543, in _open

    β€˜_open’, req)

  File β€œ/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py”, line 503, in _call_chain

    result = func(*args)

  File β€œ/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py”, line 1360, in https_open

    context=self._context, check_hostname=self._check_hostname)

  File β€œ/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py”, line 1319, in do_open

    raise URLError(err)

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)>

[BUG] BestBuy bug Product-Data-Value body-copy is not always defined

Summary:

The array index on line 76 of bestbuy.py causes an error when the product-data-value body-copy is not defined on the browser page. It seems there's some inconsistency with BestBuy's pages.

Error:

[2020-04-28 20:59:13][TASK 8] Error Loading Product Page (line 76 IndexError list index out of range)

Example Page:

https://www.bestbuy.com/site/combo/nintendo-switch-consoles/50fd30b0-690e-4cee-b87e-8f09ad1f85d7

Offending Line:

self.sku_id = doc.xpath('//span[@class="product-data-value body-copy"]/text()')[1].strip()

Offending Line Link:

https://github.com/natewong1313/bird-bot/blob/master/sites/bestbuy.py#L76

Error Authorizing Card

Error Authorizing Card (line 426 IndexError list index out of range)
Is this an error with my specific card? I don't know what line 426 is.

Error when starting

C:\Users\MY PC\Desktop\bird-bot>python app.py
Traceback (most recent call last):
File "app.py", line 1, in
from PyQt5 import QtCore, QtGui, QtWidgets
ImportError: DLL load failed while importing QtCore: %1 is not a valid Win32 application.

Waiting For Restock - Walmart

Hi,

Items that are in stock at Walmart are not adding to cart for me. It keeps on throwing back waiting for restock and refreshing the page. Does anybody know how to fix this?

Thanks.

Input and Storage of Payment Card Data is Risky

It is very risky to manage a user's payment card data. There a large amount of governance around this that should be at least considered here https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard.

At the very least this project should include a disclaimer of what happens during payment flows and how payment card data is stored. Payment card data should be encrypted at rest. To be read during a transaction the user should be prompted for the passphrase used to encrypt the data. After used the data should be wiped from memory.

An attack surface exists here that if this repo were to be compromised the code could be modified to pass payment card info to themselves without the user knowing.

SOLVED - Ubuntu user having install issue (pyqt5)

UPDATE: SOLVED issue. Followed first comment at https://stackoverflow.com/questions/59711301/install-pyqt5-5-14-1-on-linux

Getting error during install on Ubuntu 18.04. I've tried with sudo and without.

Collecting pyqt5==5.14.2 (from -r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4d/81/b9a66a28fb9a7bbeb60e266f06ebc4703e7e42b99e3609bf1b58ddd232b9/PyQt5-5.14.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib/python3.6/tokenize.py", line 452, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-0psthst4/pyqt5/setup.py'

Discord Invite

Hi, the Discord Invite is expired, and I'm having issues with creating a new task.

Error Entering Address (Walmart)

I've lost multiple carts due to an "error entering address" exception - I've created a walmart account thinking it would use my saved session/loaded account info but turns out it enters it in a fresh tab. I've entered my address in a format that walmart is happy with and I am unsure what's causing me to always get an error entering address. I've added my apt number to address 2 without the words"apt" in it.

Great job!

Fuck this idiot. Way to not think of the consequences more than 5 seconds in front of you. Glad that people are now botting every tyoe of purchase out there. Fuck this idiot

Best buy too far

I wouldn't want to pick up an item from a best buy 150 miles from my house. Is there a way to set a max distance?

Error Submitting Payment

On Wal-Mart, no matter which product, I always get 'Error Submitting Payment'. However, I am able to open the browser using the task link and checkout using the same payment method.

Walmart is asking for captcha..

Hi,
I download the code and changed it as per my need , but i am having an issue...
Even i tried proxies.. same issue coming..

Issue is that on submitting payment step its stuck.. i am saving response from walmart and its asking for captcha in that request..

Please anyone suggest how to resolve this issue...
I don't want that Captcha not effect on the payment step..

Please please need solution

Incorrect error handling/infinite add-to-cart (BestBuy)

BestBuy's online site will have available products listed to "add to cart" (I can successfully add to cart in the Chrome browser). I have started multiple tasks at various times of the day (when product is clearly available), but the task remains stuck in an infinite "Adding To Cart" state (see screenshot).
Screen Shot 2020-05-18 at 17 15 46

Is BirdBot no longer functional? Or is there a bug? Am I missing a step for this to properly work? I don't understand why this is never working for me. I am arriving on BestBuy's PDPs for the switch within less than a minute from when these products become available but to no avail...what am I doing wrong? What is going on?

Does this bot even work?

Honest question, I even tried testing on an in-stock product and it just says waiting for restock and loading product page?

Window resizing

when the window loads it is minimized and won't allow for resize

Task ID's not always unique

To Reproduce:
Add 2 Tasks, they should be ID 1 and ID 2.
Remove the first task with ID 1
Add another Task, and there should be 2 tasks with ID 2.

Screenshot

Cannot Open Bot on Macbook

I followed every step and it was working great, however it is not allow me to open Bird Bot after I enter python3 app.py

I tried searching online but I cannot find anything regarding this:

Traceback (most recent call last):
File "app.py", line 1, in
from PyQt5 import QtCore, QtGui, QtWidgets
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/PyQt5/QtCore.abi3.so, 2): Symbol not found: __os_activity_create
Referenced from: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore (which was built for Mac OS X 10.13)
Expected in: /usr/lib/libSystem.B.dylib
in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore

Thank you for your time and I wish to hear back from you soon!

Error while doing payment

Hey Everyone,

I am using bird-bot and trying to buying a product, but every time it returns with (444 Error code)
which is "server closed connection without any response"

I try to find out error on "Documentation" But that is useless, no help from there.

Hey guys, this is data that's being submitted on payment step:

{'encryptedPan': '4649XXXXXXXXXXXX', 'encryptedCvv': '555', 'integrityCheck': '42a3b1a338588d3b', 'keyId': '2fa44a71', 'phase': 0, 'state': 'DC', 'postalCode': '54660', 'addressLineOne': 'P1 45', 'addressLineTwo': 'IT Tower', 'city': 'Lahore', 'firstName': 'Faisal', 'lastName': 'Shahzad', 'expiryMonth': '04', 'expiryYear': '2025', 'phone': '03009550284', 'cardType': 'VISA', 'isGuest': True}

and this is the response we're getting:

'response': {'text': 'Forbidden\n\n1587465229-94-320-65453568\n', 'headers': {'Accept-Ranges': 'bytes', 'Content-Length': '38', 'Content-Type': 'text/html; charset=utf-8', 'Expires': 'Tue, 21 Apr 2020 10:33:50 GMT', 'Cache-Control': 'max-age=0, no-cache, no-store', 'Pragma': 'no-cache', 'Date': 'Tue, 21 Apr 2020 10:33:50 GMT', 'Connection': 'close', 'Origin-EX': '', 'Origin-CC': 'max-age=0, no-cache, no-store', 'Set-Cookie': 'akavpau_p0=1587465830~id=4d061a68679c6583cdb94bfa96c0f363; Path=/; Secure; SameSite=None', 'Ak-CXO-GTM': '1'}, 'status_code': 444, 'request': {'url': 'https://www.walmart.com/api/checkout-customer/:CID/credit-card', 'method': 'POST', 'headers': {'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.69 Safari/537.36', 'accept-encoding': 'gzip, deflate, br', 'accept': 'application/json', 'Connection': 'keep-alive', 'accept-language': 'en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7', 'content-type': 'application/json', 'inkiru_precedence': 'false', 'origin': 'https://www.walmart.com', 'referer': 'https://www.walmart.com/checkout/', 'Cookie': 'ACID=c27b64b3-526e-4b49-bc48-1c02cae84bdc; CRT=18de3c8e-dc09-4b66-bfcf-1271f899c913; DL=94066%2C%2C%2Cip%2C94066%2C%2C; PCID=baadca84-b765-415b-80f9-b5757ece1e8e; TB_DC_Dist_Test=1; TB_DC_Flap_Test=1; TB_DNS_Perf_Test=1; TS013ed49a=01538efd7cd6b108440334bb1401b4882eddc5b1a204f3fc57e1e467690a3a3282b197ea1ac7cc8c1208797e7883d3e8ecf5570eec; TS018dc926=0130aff232dcae6aa90700af34162c879b2e95fd4c764e67eeee1ce97ceb23f69b2e8dd46ed0ca226afff49dbcb96e4b134534fd05; TS01e3f36f=0130aff232dcae6aa90700af34162c879b2e95fd4c764e67eeee1ce97ceb23f69b2e8dd46ed0ca226afff49dbcb96e4b134534fd05; auth=MTAyOTYyMDE4VGwqjSzkyXflBdUyPFOzQbR%2FAuEW8erGAayuqUDrLuLxEfkBVajlvQ2A83j4hJRkKv55cMGDAIjZOjJSEosVTPsHlkkb%2BwFseXMSb6eVHzCf7dg6peSb0Dt7GFFJsLqS767wuZloTfhm7Wk2KcjygjFwIZIekXC4wlSRgDWHtlwV6ayVQFDj2yefp6TY%2F4ljR%2BXaBPM4%2F8QhHZULemhbwks2fpF2HdjJYYndbpk5c0NGyEMqGry%2B0lIRqFvmUM8k0S4ks2VlT7qwuWkKDx%2Bp%2BBr%2FzIYTf35J7HEAix%2FSZUrrt48%2FvERiKpnV3HuPCC6M5qgK%2B6thh5Px0%2F1xPevBjMzVCFbh0zB4ZURMvmGW9656z5UvMZccsM9kX8dgolaiPQKD3QxbpZ%2F7RvQrZ%2F2gNA%3D%3D; bstc=RSTIX-5VVU-YQ9Fee5fhqM; com.wm.reflector="reflectorid:0000000000000000000000@lastupd:1587465220579@firstcreate:1587465220579"; dfp_exp_3=rweb-no-ads-holdout-control; dfp_exp_8=buybox_reposition_variantB; exp-ck=0w8xl12fUuZ1FGRwD1L-ChE1OSz3t1QIABq1cKEse1hZPI41llfcw1lo_6K2mlrz81pVFdL1qxk9x2; hasACID=1; hasCRT=1; hasPCID=1; location-data=94066%3ASan%20Bruno%3ACA%3A%3A0%3A0|21k%2C46y%2C1kf%2C1rc%2C46q%2C2nz%2C2b1%2C4bu%2C2er%2C1o1|2; mobileweb=0; nd_sess=0|1; next-day=null|true|true|null|1587465220; type=GUEST; vtc=RSTIX-5VVU-YQ9Fee5fhqM; xpa=0w8xl|2fUuZ|FGRwD|L-ChE|OSz3t|QIABq|cKEse|hZPI4|llfcw|lo_6K|mlrz8|pVFdL|qxk9x; xpm=1%2B1587465220%2BRSTIX-5VVU-YQ9Fee5fhqM~%2B0; TS01b0be75=01538efd7cd6b108440334bb1401b4882eddc5b1a204f3fc57e1e467690a3a3282b197ea1ac7cc8c1208797e7883d3e8ecf5570eec; TS011baee6=0130aff232dcae6aa90700af34162c879b2e95fd4c764e67eeee1ce97ceb23f69b2e8dd46ed0ca226afff49dbcb96e4b134534fd05; akavpau_p0=1587465826~id=0d9570be8a8a1a3e51b0dcd579c9850f; akavpau_p8=1587465820~id=9b9be24c236d15478cebbfc856cbd4be', 'Content-Length': '393'}}

when we tap open browser, a window opens in chrome and that asks for login

Anybody suggest why is this happening...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.