Skip to content
/ moonbbs Public

A app that can get the latest second hand goods on moonbbs

Notifications You must be signed in to change notification settings

qiz029/moonbbs

Repository files navigation

moonbbs_buyer_spider

For my girlfriend and best friend

A easy spider that find the item on the latest list

To use this function, one must setup the email address and password in main.py

currenly only works with filesys

TODO:

  • add backend to store wish
  • lively get wish from backend

Api Contract

  • GET / : "welcome to moonbbs"

  • POST /wish

    HEADER: "Content-type": "application/json"

    { "num": {num}, "items": { "1": "item1", "2": "item2" } }

  • POST /email

    HEADER: "Content-type": "application/json"

    { "email": {email_add}, "password": {password} }

  • POST /interval/{time interval of refreshing}

  • GET /wish NOT SUPPORTED

  • POST /start

About

A app that can get the latest second hand goods on moonbbs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published