how to connect python with kite for algotrading

Vinod
Vinod edited October 2016 in API clients
plaese guide me how to be used algotrading by paython on zerodha platform
  • Vinod
    iam make app and pay ammount 2000 /2000 but iam unable to connection on zeroda platform
  • dummydost
    Have you installed python client?
  • Vivek
    @Vinod Here is our official Python client - https://github.com/rainmattertech/pykiteconnect
    There is an example in readme file to get started.
  • kapilaggr
    Hey this is what I am getting while installing kiteconnect. Can you help with the error pls?

    >>> package_name ='kiteconnect'
    >>> pip.main(['install',package_name])
    Collecting kiteconnect
    Using cached kiteconnect-3.4.1.tar.gz
    [31mException:
    Traceback (most recent call last):
    File "C:\Program Files\Python36\lib\site-packages\pip\basecommand.py", line 215, in main
    status = self.run(options, args)
    File "C:\Program Files\Python36\lib\site-packages\pip\commands\install.py", line 324, in run
    requirement_set.prepare_files(finder)
    File "C:\Program Files\Python36\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
    File "C:\Program Files\Python36\lib\site-packages\pip\req\req_set.py", line 634, in _prepare_file
    abstract_dist.prep_for_dist()
    File "C:\Program Files\Python36\lib\site-packages\pip\req\req_set.py", line 129, in prep_for_dist
    self.req_to_install.run_egg_info()
    File "C:\Program Files\Python36\lib\site-packages\pip\req\req_install.py", line 439, in run_egg_info
    command_desc='python setup.py egg_info')
    File "C:\Program Files\Python36\lib\site-packages\pip\utils\__init__.py", line 676, in call_subprocess
    line = console_to_str(proc.stdout.readline())
    File "C:\Program Files\Python36\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str
    return s.decode(sys.__stdout__.encoding)
    AttributeError: 'NoneType' object has no attribute 'encoding'[0m
    2
    >>> import kiteconnect
    Traceback (most recent call last):
    File "", line 1, in
    import kiteconnect
    ModuleNotFoundError: No module named 'kiteconnect'
Sign In or Register to comment.