Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 647 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 647 Bytes

fyers_api_totp

Automatically Generate Access Token for your FYERS API TOPTP

A Python Script to automatically generate Access Token for your FYERS API

Pre-requisites

  • An account with FYERS. If you don't have an account, you can open the same using this link

##INSTALLATION:

-pip install fyers-apiv2 -pip install pyotp -pip install python-dotenv

Requirements

  • Python 3
  • fyers_api
  • python-dotenv
  • pyotp

.env will look like this formate

  1. client_id=""
  2. APP_TYPE = ""
  3. secret_key=""
  4. redirect_uri=""
  5. TOTP_KEY=""
  6. pin=""
  7. fyers_id=""