Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 902 Bytes

nepalstock-api

Public version of nepalstock-api.
Used Authorization Bypass code from NepseUnofficialApi

How does this work?

  • You visit nepalstock.onrender.com/something/somehting/
  • The Server sends request to nepalstock.com/api/nots/something/somehting/
  • It bypasses the UNAUTHORIZED ACCESS you would get when directly visiting the API.
  • It reads the response and sends the exact response back to you.

Usage for local computer

  • Download this repo
  • python main.py
  • Visit 127.0.0.1:5000/info

Deploy

Instead of using nepalstock.onrender.com, you can deploy it yourself on render:

Deploy to Render