Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make BitBot installable #219

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

progval
Copy link
Contributor

@progval progval commented Dec 15, 2019

I suggest you review this PR by reading it commit-per-commit.

The first one is huge and not very interesting. The last two ones are the interesting ones, and each one is self-contained.

After this PR, you can still run Bitbot with ./bitbotd, or you can use python3 setup.py install --user, (which installs two packages: bitbot and bitbot_modules) and then run bitbotd and bitbotctl from any directory.

If it's run in a directory that has a modules/ directory, it will be loaded and take precedence over modules bundled with bitbot.

It is also possible for third-party packages to register modules for bitbot, in their setup.py. See the docstring of _list_installed_modules for details

@jesopo jesopo changed the title Make Bitbot installable Make BitBot installable Dec 19, 2019
@jesopo jesopo force-pushed the develop branch 2 times, most recently from f6c59ea to f3ac154 Compare February 9, 2020 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant