Bypass linkvertise links using the internal API
Project description
Linkvertise Bypasser
Bypasses linkvertise links by accessing their internal GraphQL API, without the need of a browser.
Example Usage
Basic single URL
import linkvertise_bypasser as linkvertise
ad_url = "https://linkvertise.com/12345/example"
url = linkvertise.bypass(ad_url)
From User ID and Post name
import linkvertise_bypasser as linkvertise
post = linkvertise.Post(12345, "example")
url = linkvertise.get_url(post)
Keeping session between requests
import requests
import linkvertise_bypasser as linkvertise
session = requests.Session()
for ad_url in urls:
url = linkvertise.bypass(ad_url, session=session)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linkvertise_bypasser-0.1.1.tar.gz.
File metadata
- Download URL: linkvertise_bypasser-0.1.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e18cfb47c71516f3e31e880ec78a45b1d2f47d9c2195cc2b771d6384b7ef06ff
|
|
| MD5 |
e500cd596f2c83d318cbdac35e30ceb5
|
|
| BLAKE2b-256 |
8582bd6c732a6baf4def9cad353950f8067b41abfc0c1c0d5d797c0fb82833bf
|
File details
Details for the file linkvertise_bypasser-0.1.1-py3-none-any.whl.
File metadata
- Download URL: linkvertise_bypasser-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.0 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bd29d04bb003dcddbe8fe1d0e901e79a8c7fe3c662651b70fe294a156bc5c12
|
|
| MD5 |
2ff07da6ff334ccb1e6cf0d0c219d768
|
|
| BLAKE2b-256 |
caff514723910eb5c3300aba5f75bf5f242bbf57c6b6f8adf7e26de1a5af70f5
|