Skip to content

alephhNull/Django-CryptoReader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

You can check full documentation with postman from here

Introduction

This project is a REST based django application to read signed in user's KuCoin open positions for them. For this to happen, application able to read user's positions (if requested from user) every 30 seconds.

Application have these features:

  • Users able to sign up (provide name, username & kucoin details).
  • Users able to sign in with jwt authentication.
  • Users able to request position tracking with send request based on track field ("true" or "false").
  • Users able to see list of current open (active) positions.
  • Application able to track user's positions every 30 seconds with celery periodic task.
  • Application able to handle multi users with celery task & redis.
  • Application able to resume its job after restart with redis backend and database.

Application use this api from KuCoin to handle KuCoin positions.

Note

Attention! All settings such as SECRET_KEY, DEBUG, ENCRYPT_KEY and etc have been exhibited because this is a test project, please keep those in production secret.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%