Skip to main content

Crawl gift card links and extract card and serial number

Project description

Django Admin Gift Card Crawler

Django Gift Card Crawler allows you to Crawl card and serial number from the share links & extract (download) csv file of all data.


Why Django Gift Card Crawler?

  • Get many links from file (txt, csv, xls) in django admin panel
  • Crawl all links and extract card & serial numbers from all links
  • Run Crawling process in different process so don't worry about system slow down.
  • Download the result of the content as csv file
  • Simple interface
  • Easy integration

Currently, this system uses limited providers like egift activationspot & claim egifterrewards. If you know other providers, please introduce them to me so that I can add them to this package.


How to use it


  • Download and install latest version of Django Gift Card Crawler:
$ pip install django-gift-card-crawler
# or
$ easy_install django-gift-card-crawler

  • Add gift_card_crawler application to the INSTALLED_APPS setting of your Django project settings.py file:
INSTALLED_APPS = (
# ...
"gift_card_crawler.apps.GiftCardCrawlerConfig",
)

  • Collect static if you are in production environment:
$ python manage.py collectstatic
  • Clear your browser cache

Start the app

# Set up the database
$ python manage.py makemigrations
$ python manage.py migrate

# Create the superuser
$ python manage.py createsuperuser

# Start the application (development mode)
$ python manage.py runserver # default port 8000
  • Access the admin section in the browser: http://127.0.0.1:8000/

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

django-gift-card-crawler-1.0.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

django_gift_card_crawler-1.0.0-py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page