Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 620 Bytes

DeBank & Nanoly Scrapping

A web platform that tells you about your token's best yield based on your public address. The web application is named as IQCapital.

The web application is live at https://iqcapital.io

Project Showcase

Showcase image

Pre-requisites

Firefox browser should be installed on your system.

Installation and Setup

  1. Clone the repository
  2. Navigate to the project directory
  3. Install the dependencies
pip install -r requirements.txt
cp .env.example .env
  1. Edit the .env file
  2. Run the script
flask run