ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Catlib - library to easily code your own checkers


  • Please log in to reply
Catlib - library to easily code your own checkers

#1

Sannes
Sannes
    Offline
    23
    Rep
    20
    Likes

    Member

Posts: 56
Threads: 3
Joined: Sep 29, 2015
Credits: 0

Eight years registered
#1

?url=https%3A%2F%2Fsannes.pw%2Fcatlib_sm

 

catlib delivers a bot manager and a lot more features to code your own scrapers, checkers or any other tool where bots are required.

 

 

Website / Documentation:

https://sannes.pw

 

 

Catlib is not free.

I won't teach you how to code in python but catlib can you help you there.

 

 

Example: Proxychecker

?url=https%3A%2F%2Fsannes.pw%2Fcatlibexa

 

 

Source Code:

from Catlib import CatBots, Dialog, ProxyChecker

pr_checker = ProxyChecker(Dialog('Timeout').int('Timeout in seconds', True))


@CatBots(items=Dialog('Proxylist(s)?').readfiles(True), separator='XXXXX')
def pchecker(api, proxy):
    """
    ProxyChecker using the built in ProxyChecker module of Catlib
    """
    proxy = proxy[0]
    result = pr_checker.check(proxy)

    if result['success']:
        api.hit(
            f'{proxy} | Level: {result["level_name"]} - Country: {result["country"]} - Latency: {result["latency"]}s',
            f'Proxies L{result["level"]}.txt'
        )
    else:
        api.stats('Bad', f'{proxy}')

 

If you wanna give it a try. Check the Contact / Download section on the Documentation.


  • 0

#2

DropG9
DropG9
    Offline
    0
    Rep
    4
    Likes

    Addicted

  • PipPipPipPipPip
Posts: 166
Threads: 0
Joined: Dec 12, 2019
Credits: 0
Four years registered
#2

Appreciated++


  • 0

#3

fradducho
fradducho
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 3
Threads: 0
Joined: Feb 12, 2021
Credits: 0
Three years registered
#3

How can I get this module?


  • 0

#4

yericot007
yericot007
    Offline
    0
    Rep
    0
    Likes

    New Member

Posts: 16
Threads: 0
Joined: May 18, 2019
Credits: 0
Four years registered
#4

Anyone with the catlib module ?


  • 0

#5

fradducho
fradducho
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 3
Threads: 0
Joined: Feb 12, 2021
Credits: 0
Three years registered
#5

need it..


  • 0


 Users browsing this thread: