Skip to content

CryptoScraperAPI is a Django-based web application for scraping cryptocurrency data using Selenium. The project uses Celery for asynchronous task management and Docker for Redis.

Notifications You must be signed in to change notification settings

Shankjbs571/CryptoScraperAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoScraper

CryptoScraperAPI is a Django-based web application for scraping cryptocurrency data using Selenium. The project uses Celery for asynchronous task management and Docker for Redis.

Setup

1. Clone the Repository

git clone https://github.com/yourusername/cryptoscraper.git
  • Create a virtual env and install the dependencies specified in requirements.txt

2. RUN Redis Docker image

docker compose up

3. Start Celery worker

celery -A cryptoscraper worker --pool=solo -l INFO

4. Now run the django server

cd cryptoscraper
python manage.py runserver

5. Interact

open the link in browser and interact

Django Admin Panel Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Postman Screenshots

Screenshot

Screenshot

Screenshot

About

CryptoScraperAPI is a Django-based web application for scraping cryptocurrency data using Selenium. The project uses Celery for asynchronous task management and Docker for Redis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages