Bitlbee discord: configuration: Difference between revisions

From wikinotes
(Created page with "<source lang="bash"> # from @bitlbee chan # to persist setting, must be logged in identify <password> # NOTE: restart bitlbee if you just installed bitlbee-discord account a...")
 
No edit summary
 
Line 1: Line 1:
= Account Creation =
<blockquote>
Each discord account will need to be registered within bitlbee.<br>
(bitlbee supports connecting simultaneously to multiple discord accounts).
<syntaxhighlight lang="bash">
account list  # list configured accounts
</syntaxhighlight>
<source lang="bash">
<source lang="bash">
# from @bitlbee chan
/buffer &bitlbee


# to persist setting, must be logged in
# to persist setting, must be logged in
Line 12: Line 21:
save
save
</source>
</source>
</blockquote><!-- Account Creation -->
= Account Authorization =
<blockquote>
== Captcha Free! ==
<blockquote>
Discord seems to log your IP address.<br>
So far, I've been able to avoid requiring a captcha if I login locally<br>
(even a separate machine behind the same NAT as the bitlbee server).
</blockquote><!-- Captcha Free! -->


== Captcha Required ==
<blockquote>
On your first login you might need to authorize bitlbee's ip address<br>
On your first login you might need to authorize bitlbee's ip address<br>
(discord will send you an email with a link) or get a captcha-request. In<br>
(discord will send you an email with a link) or get a captcha-request. In<br>
Line 22: Line 43:
acc discord set token_cache xxxxxxxx
acc discord set token_cache xxxxxxxx
</source>
</source>
</blockquote><!-- Captcha Required -->
</blockquote><!-- Account Authorization -->

Latest revision as of 02:59, 26 August 2023

Account Creation

Each discord account will need to be registered within bitlbee.
(bitlbee supports connecting simultaneously to multiple discord accounts).

account list  # list configured accounts
/buffer &bitlbee

# to persist setting, must be logged in
identify <password>

# NOTE: restart bitlbee if you just installed bitlbee-discord
account add discord <email> <password>
account discord del  # delete account
account discord on

save

Account Authorization

Captcha Free!

Discord seems to log your IP address.
So far, I've been able to avoid requiring a captcha if I login locally
(even a separate machine behind the same NAT as the bitlbee server).

Captcha Required

On your first login you might need to authorize bitlbee's ip address
(discord will send you an email with a link) or get a captcha-request. In
latter case you will have to manually set discord login-token to log in:

# from @bitlbee chan

acc discord set token_cache xxxxxxxx