Categories > Coding > Python >

[REL] Github View Bot

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

Posted

This github view bot exploits the way the view counter is incremented and uses multithreading to maximize efficiency and the amount of views that get incremented.

 

https://media.discordapp.net/attachments/901227777741692968/997253464709156874/unknown.png

 

Note that you can implement proxies to not get caught and there's a possibility of being reset if you get caught (your github profile will suffer no consequences as it is a external link so feel free to use this with 0 consequences).

 

import requests
import threading

github_username = "your username here"
thread_amount = 100
range_amount = 10000

def vp_thread():
    for i in range(range_amount):
        vp_request = requests.get(f"https://gpvc.arturio.dev/{github_username}")

for x in range(thread_amount):
    new_thread = threading.Thread(target=vp_thread)
    print(f"[Profile Viewer Bot] Created thread {x}")
    new_thread.start()
    print(f"[Profile Viewer Bot] Started thread {x}")

 

I only ask that you do not skid and that if you use this in some project please credit me. Thanks to Mlemix for the idea.

 

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

pepsi

PePsIDeveloper

vip

Posts: 309

Threads: 6

Joined: Apr, 2021

Reputation: 16

Replied

time to skid

  • 0

https://cdn.discordapp.com/attachments/661621789591470090/1013919752294498314/Untitled_1366_768_px_1546_202_px_2.gif

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

Replied

@Astronemi

 

lmao cheating what? nobody gets harmed by this whatsoever, it's not like you're exploiting in phantom forces killing everyone and ruining the fun.

it's completely for your own use and affects nobody else.

  • 0

Added

@Astronemi

 

right, and?

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

My brother said this is only a bit of tomfoolery

  • 0

i use arch btw

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )