-
Notifications
You must be signed in to change notification settings - Fork 32
Conversation
unbracketed
commented
Jul 10, 2014
- Restores use of the .env file for configuration
- Updates docs to reflect recent changes
@@ -42,21 +42,21 @@ Now that your bot is connected to a network or server, you can start having it j | |||
|
|||
1. Go to ``http://localhost:8000/admin/bots/channel/add/`` | |||
2. Select your bot from the dropdown | |||
3. **Channel**: ``#botbot-test`` | |||
3. **Channel**: ``#botbot-warmup`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#botwar
is sort of an official test bed channel for bots. Doesn't really matter either way, just thought I'd mention it.
If we're going back to
Another alternativeis to fold |
Sounds good to me. This ticket covers part of that: #13 |
I've added this companion PR that helps address some of the concerns. The bot process will now use the .env file BotBotMe/botbot-bot#28 |
I am 👎 on the usage on the usage of |
Why do we use this django-dotenv again? I thought we were explicitly saying it's too magical and we go a leaner, simpler and direct approach. I dont see the need for it, you can simply source the .env file before doing anything. And then you dont rely on any Django stuff. Especially when you work on the Go part. |
My initial goal is to get back to having the installation work as seamlessly as possible and the docs clearly describe the steps required. For this I've chosen to utilize the .env strategy that we initially had and work is concluding on this phase. In future iterations we can start looking at less reliance on the .env file. If you feel strongly about it, help is appreciated. |
I'm on the fence about recommending #botwar because it requires an identified nick. My hope was to get people up and running without having to explicitly register a nick first (our getting started docs currently say it isn't necessary). Maybe we just encourage people to register a nick first? Seems like a 'hassle' if you just wanted to kick the tires quickly. What does everyone think? |
Yeah, that's another hoop to jump through. It's fine to connect to another |
Can we merge this in? |
Clean up installation steps and docs