Skip to content

Simple asynchronous Python application that streams real-time data from Binance and Upbit WebSocket APIs, processes the data, and writes it to a file.

Notifications You must be signed in to change notification settings

TheHardy04/AsyncWebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is a simple script to get data from Upbit and Binance exchange. The data is saved in a file.

The project is part of an assignment for the course Computer Network at Hanyang University.

Disclaimer : This project is for educational purposes only. The data is not used for trading.

Usage

1. Install the package

pip install requirement.txt

2. Run the code

python main.py <options>

Use -h or --help for help

Exemple to get Upbit and Binance stream data:

python main.py -bu

Acknowledgements

About

Simple asynchronous Python application that streams real-time data from Binance and Upbit WebSocket APIs, processes the data, and writes it to a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages