Skip to content

Releases: enndylove/DJANGO-TelegramBot-Web_Trider-Graph

What was given to me by the customer for the project

12 Dec 08:32
aa947f3
Compare
Choose a tag to compare

File Brief_Trade-Graph.rar

Brief:

I was given the frontend part, 3 databases: database.db, coinbase.db, workerbase.db. A Telegram bot (in which the databases were stored) was also given.

A telegram bot is given, which sends the user a site link with a graph and buttons, balance, status, which must be transmitted from the telegram bot to the site. The deadline is 7 days

  • Each user has his own wire
  • Balance, status, and other data are taken from each user, from the database to the site
  • Status. Depending on the status 0, 1, 2:
    Status 0: random - the graph goes up or down randomly (default for all users)
    Status 1: win - if the user has a status of 1, then he is always in the win, wherever he places a bet, the graph will go there
    Status 2: loss - if the user has a status of 2, then he is always in loss, where to place a bet, the graph will go in the opposite direction
  • User status update. When the admin changes the status of a specific user, the status on the site of a specific user changes according to the change in the admin's status
  • My Telegram bot must be connected to the site
  • The site should open as a Telegram application