Git Product home page Git Product logo

xixiang's Introduction

XiXiang 熙香点餐

PyPI Build

支持 Python 3.5+ 的熙香点餐非官方库

背景

因为我司点餐的人比较多, 想着加一个点餐服务做灾备, 于是就除了美餐我们还得支持熙香点餐。

安装

pip install xixiang

代码调用

import xixiang

try:
    client = xixiang.XiXiang.login("1881881888", "hunter2")
    menus = client.get_menus()
    shops = client.get_businesses(menus[0])
    dishes = client.get_items(shops[0], menus[0])
    if any(dish for dish in dishes if dish.menu_name == "香酥鸡腿"):
        print("今天有香酥鸡腿 :happy:")
    else:
        print("今天没有香酥鸡腿 :sad:")
except xixiang.XiXiangError as ex:
    print("Error: {}".format(ex))

贡献

不论是任何疑问、想要的功能还是想吃的套餐都欢迎直接提 issue

假如你们公司是用美餐点餐的, 隔壁也有美餐的库噢~

😉 欢迎各种 PR

协议

宽松的 MIT 协议:

  • ✔ 支持各种改写
  • ✔ 支持你把代码作者都改成自己
  • ✖ 不支持每天中午免费吃西贝莜面村
  • ✖ 也不支持点大羊腿、掌中宝

xixiang's People

Contributors

dependabot[bot] avatar lki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

xixiang's Issues

get_menus() 方法返回空数据,似乎是不同的 api?

公司最近用上了熙香点餐,今天尝试了一下用 python 来调用,发现会有报错:

try_xixiang

我自己登录网页版,看了一下具体的请求:

xixiang_web

感觉好像用的不是库里面的这个请求和参数,用的是 /cookbook 这个接口:

def get_menus(self):
    return xixiang.Menu.load(self.get(xixiang.urls.list_menu_url))

我想尝试支持一下,但是找了一下官方的 api 文档也没有找到,想问下作者是自己研究的网页版接口写的吗?还是有对应的文档?感觉像是熙香的用法不一样,我们是每天有两餐可以点,然后具体选商家再选套餐这样。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.