Git Product home page Git Product logo

whatnot's Introduction

Metrics

Metrics

whatnot's People

Contributors

dependabot[bot] avatar wxllow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

whatnot's Issues

Access token

Hey everyone,

Is there a way to obtain a permanent access_token, so that SMS/email verification can be bypassed for programmatic access?
If not, how long is the validity period of an access token?

Thank you for the cool library!
Philippe

Unable to install using pip

Unable to install using pip -- gives me the following errors
ERROR: Could not find a version that satisfies the requirement whatnot (from versions: none)
ERROR: No matching distribution found for whatnot

Don't know if you are still working on this? But I am trying to retrieve listings from Sold tab for a livestream.

This is the Query I am using:
query = ( """ query LivestreamShop($livestreamId: ID!, $tab: ShopTab, $transactionTypes: [ListingTransactionType], $query: String, $after: String, $first: Int) { liveStream(id: $livestreamId) { shop (tab : $tab, transactionTypes: $transactionTypes, query: $query, after: $after, first: $first) { edges { node { order { buyer { ... on PublicUserNode {""" + queries.LIVE_SOLD_USER_QUERY + "}}}}}}}}" )

LIVE_SOLD_QUERY = ( """ id title description status price { amount currency } quantity order { buyer{ id profileImage{ id bucket key } username } giftRecipient{ id } id } """ )

Most of the data are returned correctly however data for Order returns as None. Not an authentication issue I think. Am I doing anything wrong? :/

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.