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

Jump to content



Photo

Instagram Python Checker


  • Please log in to reply
Instagram Python Checker

#1

OrderHD
OrderHD
    Offline
    1
    Rep
    4
    Likes

    Addicted

Posts: 220
Threads: 2
Joined: Dec 15, 2018
Credits: 0
Five years registered
#1

[SOURCE CODE]  This is a first relare. With this u can check 140 accounts than u have to wait 5m, cause i haven't implemented proxys yet.  :D  :D  :D  :P

 

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.


Edited by OrderHD, 21 September 2019 - 11:45 AM.

  • 0

#2

dsadsadsa525235
dsadsadsa525235
    Offline
    0
    Rep
    0
    Likes

    Lurker

  • Pip
Posts: 6
Threads: 0
Joined: Sep 25, 2019
Credits: 0
Four years registered
#2

jjjjjjjjjjjjjjjjjj


  • 0

#3

ahmedpeso17788
ahmedpeso17788
    Offline
    0
    Rep
    2
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 92
Threads: 0
Joined: Sep 02, 2019
Credits: 0
Four years registered
#3

good


  • 0

#4

stevajobas
stevajobas
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 84
Threads: 0
Joined: Dec 21, 2018
Credits: 0
Five years registered
#4

let's test it


  • 0

#5

blackbeardx
blackbeardx
    Offline
    0
    Rep
    1
    Likes

    Member

  • PipPipPip
Posts: 72
Threads: 2
Joined: Mar 26, 2019
Credits: 0
Five years registered
#5

tnx


  • 0

#6

WR4ITH
WR4ITH
    Offline
    12
    Rep
    34
    Likes

    Scientist

  • PipPipPipPip
Posts: 79
Threads: 32
Joined: Sep 26, 2019
Credits: 0

Four years registered
#6

Maybe you should link this in the Cracking section but compile the code into a file and then upload the file. It might get more notoriety!  :D


  • 0

#7

OrderHD
OrderHD
    Offline
    1
    Rep
    4
    Likes

    Addicted

Posts: 220
Threads: 2
Joined: Dec 15, 2018
Credits: 0
Five years registered
#7

Maybe you should link this in the Cracking section but compile the code into a file and then upload the file. It might get more notoriety!  :D

I posted this code for give an example of multiprocessing, if i had to post this in the cracking section i would complete it with a gui and some shit :laugh:. But is not my intent.

Thanks for the reply  :wub:


  • 0

#8

DarkStarWarden
DarkStarWarden
    Offline
    2
    Rep
    109
    Likes

    Veteran

Posts: 804
Threads: 49
Joined: Nov 06, 2017
Credits: 0

Six years registered
#8

I posted this code for give an example of multiprocessing, if i had to post this in the cracking section i would complete it with a gui and some shit :laugh:. But is not my intent.

Thanks for the reply  :wub:

I was wondering if for checkers in python would it be better to use multithreading or multiprocessing?


  • 1

#9

OrderHD
OrderHD
    Offline
    1
    Rep
    4
    Likes

    Addicted

Posts: 220
Threads: 2
Joined: Dec 15, 2018
Credits: 0
Five years registered
#9

Depend of what type of checker you are trying to made. For this checker i should have used multithreading because the task are IO-bound based(es. a web request, the majority of the time is spent waiting on the network).

When you use the multiprocessing you are comping in ram the same process (you create a different object), this process enter in a queue and processed by the cpu.

When you use the multithreading the process is the same but the "micro task" are executed by threads according to the gil. 

 

 

Usefull link 

I/O Bound: https://en.wikipedia...iki/I/O_bound 

Gil: https://wiki.python....InterpreterLock -> Mutex: https://stackoverflo...what-is-a-mutex

https://stackoverflo...hreading-python


Edited by OrderHD, 02 October 2019 - 04:37 PM.

  • 1

#10

ibr15ibr
ibr15ibr
    Offline
    0
    Rep
    1
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 124
Threads: 0
Joined: Aug 08, 2019
Credits: 0
Four years registered
#10

ty


  • 0


 Users browsing this thread: