Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/msarmadqadeer/debank-and-nanoly-scrapping
- Owner: MSarmadQadeer
- Created: 2022-08-16T14:19:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T16:27:36.000Z (about 1 year ago)
- Last Synced: 2024-04-08T17:06:34.834Z (7 months ago)
- Topics: beautifulsoup4, flask, helium, python3, web-scraping
- Language: CSS
- Homepage:
- Size: 77.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```