Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msarmadqadeer/debank-and-nanoly-scrapping

A web platform that tells you about your token's best yield based on your public address.
https://github.com/msarmadqadeer/debank-and-nanoly-scrapping

beautifulsoup4 flask helium python3 web-scraping

Last synced: 27 days ago
JSON representation

A web platform that tells you about your token's best yield based on your public address.

Awesome Lists containing this project

README

        

# 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](https://iqcapital.io)

## Project Showcase

![Showcase image](./static/images/showcase.png)

## 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
```

4. Edit the .env file
5. Run the script

```
flask run
```