Git Product home page Git Product logo

chitanda's Introduction

chitanda

CI codecov Documentation Status Pypi Pyversions

An extensible IRC & Discord bot. Requires Python 3.7.

Read the documentation at https://chitanda.readthedocs.io.

Quickstart

It is recommended that chitanda be installed with pipx; however, if that is not possible, pip install --user will also work.

$ pipx install chitanda
$ chitanda migrate  # Upgrade database to latest version.
$ chitanda config  # See wiki for configuration instructions.
$ chitanda run

License

Copyright (C) 2019 azuline <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

chitanda's People

Contributors

azuline avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

goats2k

chitanda's Issues

Error when "chitanda run"

I think the problem must be on 'method'
but I can't find it in the right file

the error

C:\Users\WIN10>chitanda run
Traceback (most recent call last):
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\Scripts\chitanda.exe\__main__.py", line 7, in <module>
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\chitanda\__main__.py", line 17, in run
    cmdgroup()
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 782, in main
    rv = self.invoke(ctx)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\chitanda\commands.py", line 24, in run
    huey.start()
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\huey\contrib\minimal.py", line 67, in start
    self._run_t = gevent.spawn(self._run)
  File "src/gevent/greenlet.py", line 663, in gevent._greenlet.Greenlet.spawn
AttributeError: type object 'method' has no attribute 'start'

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.