This project provides a simple API that scrapes and displays the minimum withdrawal fees for available cryptocurrencies across various Iranian brokers.
Ensure you have Python 3.7+ installed. Then, install required packages:
pip install -r requirements.txtDownload the WebDriver for your browser:
- Chrome: ChromeDriver
- Firefox: GeckoDriver
- Edge: EdgeDriver
- Safari: Safari
📝 Place the downloaded WebDriver executable in the same directory as main.py.
Open a terminal in the project folder and run:
python main.pyYou’ll see a list of coins sorted from lowest to highest withdrawal fee.
- note: for default main.py set the chrome webdriver. if you want to use another browser, just change that line in main.py
minimum_withdrawal_fee/
│
├── main.py # Main script
├── nobitex.py
├── requirements.txt # Python dependencies
└── README.md # Project documentation
- Make sure your browser version is compatible with the WebDriver version.
- Selenium is used for web scraping, so a stable internet connection is necessary.
- You can uncomment the headless option if you want to watch it work visually.
GNU GENERAL PUBLIC LICENSE V3