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 theINSTALLED_APPS
setting of your Django projectsettings.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
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
File details
Details for the file django-gift-card-crawler-1.0.0.tar.gz
.
File metadata
- Download URL: django-gift-card-crawler-1.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9bbfb875d78426c5e17c726b46d4063d77a943f26528f718365e4ad8e1f794b |
|
MD5 | f8cd771e00fddb92fe26a9525fc60460 |
|
BLAKE2b-256 | 230dad44dbe7c87419be7db0309f7b8dbbf5c3409acb74dd3a6da53de17273ea |
File details
Details for the file django_gift_card_crawler-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_gift_card_crawler-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d9634942a805e6e6763ef4395d8f5c18b70fbc6fc273ddd23cf69e62c12e472 |
|
MD5 | 4d0a18c4a65d5cf2b4bc60f942d3d8f6 |
|
BLAKE2b-256 | 88530ceb44f67f7c502b210758aa5fa6f28641b7e4d26e7d95e775b888ac9654 |