keybase / pykeybasebot

Python Keybase Bot Library
BSD 3-Clause "New" or "Revised" License
115 stars 34 forks source link

copy keybase binary, setup tmp homedir by default if oneshot mode. #11

Open joshblum opened 5 years ago

joshblum commented 5 years ago

there is a lot of confusion getting a bot up and running if logged in as a different user. it would be nice if the library hid these details as the js lib does.

finnkauski commented 4 years ago

Would a docker container for your bot be more suitable. Given people would have to host one somewhere anyway?

nathanmsmith commented 4 years ago

I think the use of docker shouldn’t be something that the bot requires. We should support both docker and non-docker installs.

finnkauski commented 4 years ago

Ye of-course! Just a good to have.