Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 865 Bytes

bot.md

File metadata and controls

20 lines (16 loc) · 865 Bytes

Steam Market Bot

Requirements

To-do

  1. Write a function to get all marketplace items from the Steam endpoint (1)
  2. Set up local database for marketplace items
  3. Write a function to use the result of (1) and save to database
  4. Set up FastAPI app
  5. Write @app.get route to return all item listings
  6. Write @app.post route to trigger the update of marketplace items to local database
  7. Integrate with Discord as bot user