Catlib ist ein für Checker entwickeltes Python 3 Modul.
Hat mich 40$ gekostet. Warum auch immer.
Doc:
--------------------------------------------------------------------------------------------------------------- CatBots(bots=Dialog().openfile(), items=None, separator=':', proxylist=None, hotkeys=True, custom_hotkeys=None, quiet=False, start=True, block=True, debug_requests=False, max_retries=0, show_errors=True) --------------------------------------------------------------------------------------------------------------- Parameters bots = maximal concurrent workers ↳ if bots aren't defined, a dialog will show up items = path to combolist / itemlist separator = combolist separator proxylist = path to proxylist hotkeys = True / False quiet = True / False ↳ deactivates (most) catlib output block = True / False ↳ wait till bots are done to continue custom_hotkeys = [(b'KEY', <callable>)] ↳ binds hotkeys to functions debug_requests = True / False ↳ enables debugging for requests max_retries = defines maximal retries for each item ↳ if 0 it will retry till succeed show_errors = True / False ↳ shows exceptions of bots Functions pause() = pauses CatBots, call again to resume stop() = stops CatBots proxy(<proxy_type>) = returns a random proxy ↳ defining a proxy type returns a prebuilt dictionary for requests del_proxy(<proxy>) = removes given proxy add_proxy(<proxy>) = adds given proxy retry([item]) = adds a item back to the queue ua(search=<string>) = returns random UserAgent ↳ search returns a user agent with a matching string or None if no user agent is found info() = returns a dictionary with information about the progress msg(<msg>) = shows a catlib message Returned Parameters class = class to access functions and variables list = split item list from the queue --------------------------------------------------------------------------------------------------------------- AntiCaptcha(client_key, image=None, recaptcha_key=None, url=None) TwoCaptcha(client_key, image=None, recaptcha_key=None, url=None) ⇠Classes to work with captcha services ImageTyperz(client_key, image=None, recaptcha_key=None, url=None) --------------------------------------------------------------------------------------------------------------- Parameters client_key = your api / client key image = body content of a normal captcha recaptcha_key = site key of the website recaptcha located on url = url of the website recaptcha located on Functions solve = returns the plaintext or the recaptcha hash report_bad = reports incorrect solved captcha --------------------------------------------------------------------------------------------------------------- CatCrypto(secret) ⇠Class to encrypt / decrypt strings or files --------------------------------------------------------------------------------------------------------------- Parameters secret = secret key of your choice Functions encrypt(<string>) = encrypts and returns given data decrypt(<string>) = decrypts and returns given data encrypt_file(<in>, <out>) = encrypts file data and saves a new encrypted file decrypt_file(<in>) = decrypts and returns given decrypted file --------------------------------------------------------------------------------------------------------------- ProxyChecker(timeout=5) ⇠Class to check and get information about a proxy --------------------------------------------------------------------------------------------------------------- Parameters timeout = timeout in seconds Functions check( = returns a dictionary with different information proxy, proxy_type='http', ↳ Keys: success, latency, country, country_code, level url='https://google.com' ) --------------------------------------------------------------------------------------------------------------- Dialog(title='Catlib by Sannes') ⇠Different kind of easy dialogs --------------------------------------------------------------------------------------------------------------- Functions .openfile(required=False) = returns a path string .savefile(required=False) = returns a path string .readfiles(required=False) = returns a list from multiple read files .str(text='Input required', required=False) = returns a string .int(text='Input required', required=False) = returns a integer .yesno(text='Please choose', required=False) = returns True / False ↪ setting required to True, will cause a program exit if no choice has been made --------------------------------------------------------------------------------------------------------------- Tools ⇠Little snippets and helpers --------------------------------------------------------------------------------------------------------------- Functions .hash(hash_type, data) = returns a hash string .sort(file_path|string|list, key) = returns a sorted list
Aktuelle Version: 2.6.22
Benötgt wird Python 3.6.6 oder höher.
Download:
Versteckter Inhalt
Klicke auf den Danke-Button um den versteckten Inhalt sehen zu können. Nur registrierte Mitglieder haben Zugriff hierauf.
Klicke auf den Danke-Button um den versteckten Inhalt sehen zu können. Nur registrierte Mitglieder haben Zugriff hierauf.
Examples gibt's hier:
Please Login HERE or Register HERE to see this link!
Bearbeitet von Henry Dorsett, 17 November 2018 - 02:45 Uhr.