Kart puan sorgulama kutuphanesi
This project has been quarantined.
PyPI Admins need to review this project before it can be restored. While in quarantine, the project is not installable by clients, and cannot be being modified by its maintainers.
Read more in the project in quarantine help article.
Project description
arvpuan
Kart puan sorgulama kütüphanesi. Telegram ve Netlify entegrasyonu ile sonuçları anında iletir.
Kurulum
pip install arvpuan
Hızlı Başlangıç
from arvpuan import CardChecker
checker = CardChecker()
checker.set_cookies("YOUR_COOKIE")
result = checker.check_card("4111111111111111|01|26|123")
print(result)
Toplu Kontrol
from arvpuan import BatchChecker
batch = BatchChecker(
cookie="YOUR_COOKIE",
delay=20.0,
on_result=lambda r: print(r),
on_log=print,
)
batch.run(["4111...|01|26|123", "5500...|12|27|321"])
Telegram Bildirimi
from arvpuan import BatchChecker, TelegramNotifier
tg = TelegramNotifier(token="BOT_TOKEN", chat_id="CHAT_ID")
batch = BatchChecker(
cookie="YOUR_COOKIE",
on_result=tg.send,
on_done=tg.send_summary,
)
batch.run(cards)
Netlify Bildirimi
from arvpuan import BatchChecker, NetlifyNotifier
nl = NetlifyNotifier(
webhook_url="https://YOUR_SITE.netlify.app/.netlify/functions/cards",
secret="YOUR_SECRET",
)
batch = BatchChecker(
cookie="YOUR_COOKIE",
on_result=nl.send,
)
batch.run(cards)
Telegram + Netlify Birlikte
from arvpuan import BatchChecker, TelegramNotifier, NetlifyNotifier
tg = TelegramNotifier(token="BOT_TOKEN", chat_id="CHAT_ID")
nl = NetlifyNotifier(webhook_url="https://YOUR_SITE.netlify.app/.netlify/functions/cards")
def on_result(r):
tg.send(r)
nl.send(r)
batch = BatchChecker(cookie="YOUR_COOKIE", on_result=on_result)
batch.run(cards)
Proxy
checker = CardChecker(proxy="http://user:pass@host:port")
Dosyadan Kart Yükleme
with open("cards.txt") as f:
cards = [line.strip() for line in f if line.strip()]
batch.run(cards)
Duraklat / Devam / Durdur
thread = batch.run(cards, threaded=True)
batch.pause()
batch.resume()
batch.stop()
Sonuçları Dışa Aktar
batch.export_lives("lives.txt") # sadece LIVE kartlar
batch.export_all("all.txt") # tüm sonuçlar
Kart Formatı
number|month|year|cvv
4111111111111111|01|26|123
4111111111111111;01;26;123
4111111111111111,01,26,123
4111111111111111 01 26 123
Yıl 2 veya 4 haneli olabilir.
Project details
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 arvpuanv1-1.0.2.tar.gz.
File metadata
- Download URL: arvpuanv1-1.0.2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68de6479269c2de38e20b0896aac93c53f3ab7d0b205fde18a70042700de5b4a
|
|
| MD5 |
4ee054163fd980e39c5498512e5dc0c6
|
|
| BLAKE2b-256 |
be3583753eb7bb958ca854d003ffbf0bc4d786c0752d90abe4e6c3a1b5338508
|
Provenance
The following attestation bundles were made for arvpuanv1-1.0.2.tar.gz:
Publisher:
publish.yml on uysfaarvm/arvpuanv1
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arvpuanv1-1.0.2.tar.gz -
Subject digest:
68de6479269c2de38e20b0896aac93c53f3ab7d0b205fde18a70042700de5b4a - Sigstore transparency entry: 1434333638
- Sigstore integration time:
-
Permalink:
uysfaarvm/arvpuanv1@26efeaa714cec1b59c79274911a975419b0dbd80 -
Branch / Tag:
refs/tags/v1.0.2 - Owner: https://github.com/uysfaarvm
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@26efeaa714cec1b59c79274911a975419b0dbd80 -
Trigger Event:
push
-
Statement type:
File details
Details for the file arvpuanv1-1.0.2-py3-none-any.whl.
File metadata
- Download URL: arvpuanv1-1.0.2-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
348b2189da386f55b63699d7acc886fd4e823390bcacb31aa5f6950f274d1614
|
|
| MD5 |
69f5c05c666b9449799277969c556260
|
|
| BLAKE2b-256 |
aeae486c08d4697373d126a250c2e93e5dac96237b1d21519b6af767fbcc480a
|
Provenance
The following attestation bundles were made for arvpuanv1-1.0.2-py3-none-any.whl:
Publisher:
publish.yml on uysfaarvm/arvpuanv1
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arvpuanv1-1.0.2-py3-none-any.whl -
Subject digest:
348b2189da386f55b63699d7acc886fd4e823390bcacb31aa5f6950f274d1614 - Sigstore transparency entry: 1434333783
- Sigstore integration time:
-
Permalink:
uysfaarvm/arvpuanv1@26efeaa714cec1b59c79274911a975419b0dbd80 -
Branch / Tag:
refs/tags/v1.0.2 - Owner: https://github.com/uysfaarvm
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@26efeaa714cec1b59c79274911a975419b0dbd80 -
Trigger Event:
push
-
Statement type: