Skip to content

A python script working with selenium library to scrape the prices of cryptos in real time

License

Notifications You must be signed in to change notification settings

mehdirexon/Nobitex-Crypto-Price-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub License GitHub commit activity Static Badge GitHub last commit

Nobitex Cryto Price Extractor💰📈

A python script 🐍 working with selenium library to scrape the prices of cryptos in real time

Table of Contents

Introduction 🚀

Nobitex Online Crypto Prices: Fetches real-time cryptocurrency data from Nobitex. Automate price tracking with ease.

Features ✨

  • OOP structure 🏗️
  • Easy to use 🤖
  • Flexible for Django 💪
  • Export to excel 📊

Installation 💻

  1. Download the project.
  2. Run this code below the class
    if __name__ == "__main__":
        scraper = NobitexBot()
        scraper.getPrices(delay=3,
        infinityRequest=True,
        optionalDelay=0.5,
        link="https://nobitex.ir/en/prices/",
        element="element",
        exportInExcel=True,
        excelPath="./"
        )
  1. Have a watch at outputs where you defined excelPath.

Future Features and Goals 🚀

Here are some features and goals I plan to implement in future versions:

  • Webserver: Exports and updates the outputs in real-time using websockets.
  • Analyzer: Uses AI and database for Analyzing changes.

Contributing 🤝

  1. You can have contact with me in telegram.
  2. Have a PR on my repo.

Contributers

License 📄

This project is licensed under the MIT License.

About

A python script working with selenium library to scrape the prices of cryptos in real time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages