Git Product home page Git Product logo

valorant-store's Introduction

Hello Fellow < Developers/ >

  • ๐Ÿ‘‹ Hi, Iโ€™m Mahmuthan
  • ๐Ÿ’ผ I'm a backend developer and sometimes full-stack developer
  • ๐Ÿ’ฌ Talk to me about anything, I love knowledge and learning new things
  • ๐Ÿ“ซ How to reach me: [email protected]
Website LinkedIn Youtube

valorant-store's People

Contributors

mahelbir avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

kobsseram

valorant-store's Issues

If i have 2fa code

valorant_store = ValorantStore(username="username", password="password", region="eu", auth_path="")

if i turn 2fa and when i logging in how to add 2fa code ?

Install via pip leads to urllib3 error

Installing via pip and trying to import ValorantStore gives the following error:

>>> from valorantstore import ValorantStore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<localpath>\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\valorantstore\__init__.py", line 1, in <module>
    from valorantstore.ValorantStore import ValorantStore
  File "<localpath>\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\valorantstore\ValorantStore.py", line 5, in <module>
    import cfscrape
  File "<localpath>\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\cfscrape\__init__.py", line 19, in <module>
    from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (<localpath>\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\urllib3\util\ssl_.py)

Python version: 3.11
OS: Windows 11

Issue can be resolved by downgrading urllib3 to verison <2. i.e pip install --upgrade 'urllib3<2'

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.