Coder Social home page Coder Social logo

sanjit-sinha / pybypass Goto Github PK

View Code? Open in Web Editor NEW
173.0 3.0 73.0 345 KB

A python library to bypass various type of links.

Home Page: https://t.me/me_when_i_am_productive

License: MIT License

Python 100.00%
appdrive ads bypass bypass-recaptcha-v2 filehoster gdtot googledrive hubdrive mdisk mediafire mltb rocklinks shortners telegram telegram-bot zippyshare

pybypass's Introduction


Capsolver's Banner
At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.

Picture Unavailable!

A Python Library To Bypass Links


Note: This repository is no longer being maintained and may not function properly. This is due to the poor quality of the code and the website's continuous patching of bypasses.


PyBypass

PyBypass is a python library wich can bypass various type of links and give you direct access to the content of the link without getting bothered by annoying ads and websites redirection.

Currently it can bypass various types of shortlinks, filehosters, videoservers and gdrive sharer links.

you can also find PyBypass in pypi.org https://pypi.org/project/PyBypass/


Supported website links

Shortners

try2link.com, adf.ly, bit.ly, ouo.io, ouo.press, shareus.in, shortly.xyz, tinyurl.com, thinfi.com, hypershort.com ,safeurl.sirigan.my.id, gtlinks.me, loan.kinemaster.cc, theforyou.in, linkvertise.com, shorte.st, earn4link.in, tekcrypt.in, link.short2url.in, go.rocklinks.net, rocklinks.net, earn.moneykamalo.com, m.easysky.in, indianshortner.in, open.crazyblog.in, link.tnvalue.in, shortingly.me, open2get.in, dulink.in, bindaaslinks.com, za.uy, pdiskshortener.com, mdiskshortner.link, go.earnl.xyz, g.rewayatcafe.com, ser2.crazyblog.in, bitshorten.com, rocklink.in, droplink.co, tnlink.in, ez4short.com, xpshort.com, vearnl.in, adrinolinks.in, techymozo.com, linkbnao.com, linksxyz.in, short-jambo.com, ads.droplink.co.in, linkpays.in, pi-l.ink, link.tnlink.in , pkin.me

Filehoster

nonfiles.com, antfiles.com, 1fichier.com, gofile.io, hxfile.co, krakenfiles.com, mdisk.me, mediafire.com, pixeldrain.com, racaty.net, send.cm, sfile.mobi, solidfiles.com, sourceforge.net, uploadbaz.me, upload.ee, uppit.com, userscloud.com, we.tl, disk.yandex.com, zippyshare.com, wetransfer.com

Gdrivesharer

appdrive.info, new2.gdtot.sbs, hubdrive.me, sharer.pw ( appdrive lookalike dmains: driveapp.in, drivehub.in, gdflix.pro, drivesharer.in, drivebit.in, drivelinks.in, driveace.in, drivepro.in, gdflix.top )

VideoServers

fembed-hd.com, mp4upload.com, sltube.org, watchsb.com, streamtape.com


Installation Guide and How to use?

Installation

 python -m pip install PyBypass

Updating Library

 python -m pip install --upgrade PyBypass

How to use?

  • PyBypass is an library wich mean you can import it into your own code and use it accordingly.
import PyBypass as bypasser

bypassed_link = bypasser.bypass("https://www40.zippyshare.com/v/DkywSXEu/file.html")

print(bypassed_link)
  • some website have so many subdomains so it is hard to auto detect every link. use parameter name to bypass those type of links.
  • ( some common website like those are adfly, linkvertise, short.st, appdrive etc. )
  • you can find the list on name parameter wich can be used for diferent websites here
import PyBypass as bypasser

bypassed_link = bypasser.bypass("https://link-center.net/209924/ofbulk", name="linkvertise")
  • To bypass gdrivesharer links you have to provide some parameters wich are required to bypass the link.
import PyBypass

bypassed_link = PyBypass.bypass("https://new2.gdtot.sbs/file/105111102182", gdtot_crypt="PUT YOUR CRYPT HERE")
import PyBypass

bypassed_link = PyBypass.bypass("https://appdrive.info/file/m6p1PbFF49aqb4MOHrz1", appdrive_email="PUT YOUR AppDrive Email HERE", appdrive_password="PUT YOUR AppDrive Password HERE")
import PyBypass

bypassed_link = PyBypass.bypass("https://sharer.pw/file/5SQxN0llKsgZ", sharerpw_xsrf_token="PUT YOUR Sharerpw XSRF HERE", sharerpw_laravel_session="PUT YOUR Sharerpw Laravel HERE")
To know more about parameters click here.

  • GDTOT parameters.

    GDTOT links take required parameter gdtot_crypt to bypass the gdtot links.

    You can find Your gdtot_crypt by login in gdtot account > open developer mode > go to cookies > copy crypt value.

    Always use a new google account for doing this. keep only one TD in that drive because after reaching 15gb limit Gdtot, Hubdrive, sharer.pw will copy the file in the first TD in wich you have write access.

  • APPDRIVE parameters.

    Appdrive and it's lookalike domains take required parameters appdrive_email and appdrive_password

    appdrive_email and appdrive_password params should be of website not GOOGLE ACCOUNT. You can also configure custom drive_id and folder_id from dashboard to save file in that destination.

    Each appdrive lookalike Domain require login email and password. You have to login in all website separately to bypass that website link. ( Tip use same email to login all website and go to dashboard and create same password of all domain )

  • HUBDRIVE parameters.

    Hubdrive links take required parameter hubdrive_crypt to bypass the hubdrive links.

  • Sharer.pw parameters.

    sharer.pw links take required parameter sharerpw_xsrf_token and sharerpw_laravel_token to bypass the sharer.pw links. You can find these parameters in developer tool of browser after logging in with your google account.
  • You can add try and catch exceptions while bypassing the links to get more information.
from PyBypass import bypass

try:
    print(bypass("https://www40.zippyshare.com/v/DkywSXEu/file.html", name="zippyshare"))
    
except Exception as error:
    print(error)       

Some important points

  • Some website change their code frequently so it is possible that this script will stop bypasing those website link. I will try to update them whenever i get free time.
  • You have to provide required params like ( gdtot_crypt, appdrive_email, appdrive_password, hubdrive_crypt, sharerepw_xsrf_token, sharerpw_larvel_token) to bypass gdrive sharer links.
  • I intentionally created different file for each bypassing scripts so that other user can easily copy paste that specific code if they want to use in their code.
  • Please give proper credits and link this repo if you are using this library in any of your projects/bot.

Credits and Contribution

This library used multiple scripts from @YukkiSenpai github profile and @zevtyardt lk21 respository.


Copyright and License


Image Unavailable!


pybypass's People

Contributors

annihilatorrrr avatar sanjit-sinha 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

pybypass's Issues

not able to bypass go.rocklinks.net

Getting

PyBypass.main.UrlConnectionError: Not able to establish a successful connection with given URL. It is probably protected by cloudfare.

bypass throws one syntax error in anonfiles_bypass.py file

Hello there! I am facing one syntax error while bypassing sharer.pw link. Actually, I noticed that from imports that it is stating that there is a syntax error in anonfiles_bypass.py file. I am attaching screenshot of my code and error.

image

Streamsb 403 forbidden

I'm tes this script to bypass streamsb but always got forbidden. How I can fix it?

import PyBypass as bypasser

bypassed_link = bypasser.bypass("https://streamsb.net/d/97vywgdww75r.html")
print(bypassed_link)

OUTPUT:
https://delivery413.akamai-cdn-content.com/hls2/01/07079/0woh067y0ibl_,l,n,.urlset/master.m3u8?t=V7QQenCWN0N5pqsifYVQVSSgyYsYQFKsUsDSz99L76w&s=1667604790&e=10800&f=35399488&srv=sto178&client=141.144.201.241

Getting error

Traceback (most recent call last):
File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 85, in redirect_function
bypassed_value = eval(bypasser_function + f"('{url}'{parameter})")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1, in
File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\GdriveSharer\gdtot_bypass.py", line 34, in gdtot_bypass
url = re.findall(r'URL=(.*?)"', response.text)[0]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\DOWNLOADS\Telegram Desktop\TeraBoxbot--main\ss.py", line 3, in
bypassed_link = PyBypass.bypass("https://new4.gdtot.dad/file/52459486968", gdtot_crypt="OG9EemRmNjdPWExMbGp1VmtJTDNEbm1FR0JmRmo4bWNDWUc0Y3lORmVORT0%3D")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 132, in bypass
return bypasser.bypass(url , name=name, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 125, in bypass
return self.redirect_function(url, bypasser_function, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 63, in wrapper_function
value = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 87, in redirect_function
raise UnableToBypassError("Unable to bypass this link. Possible reason can be cloudfare protection, wrong link, wrong parameters, expired link or script is patched")
PyBypass.main.UnableToBypassError: Unable to bypass this link. Possible reason can be cloudfare protection, wrong link, wrong parameters, expired link or script is patched

unable to bypass gplinks.

First of all thanks for this excellent bypasser :)

Error: Can not establish a successful connection with the given url.
PyBypass version: 1.0.4
Link: https://gplinks.co/sOv2w

I also tried to run in different servers but None worked.

Doubt

Thanks for awesome bypass. But I have some issues or Doubts ,
It will run termux ? or Windows only .

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.