Skip to content

splaice/Griftcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Griftcard: Python Package for Scraping Pre-Paid Giftcard Information

This package is meant to enable you to easily access the transaction history and details of pre-paid credit card gift cards.

Features

  • Supports scraping giftcardmall.com pre-paid visa giftcards
  • Simple Pythonic interface

Example ---

How to get the details for a giftcard:

from griftcard import Griftcard
grift = Griftcard(card_number='41111111111111',
    phone_number='5555551111', security_code='111')
print grift.balance
print grift.transactions

Contribute

  1. Fork the project on github to start making your changes
  2. Send pull requests with your bug fixes or features
  3. Submit and create issues on github

About

Python Package for Scraping Pre-Paid Giftcard Information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published