Skip to content

weechat/weechat.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ed632d · Mar 16, 2025
Oct 19, 2024
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Nov 7, 2020
Mar 10, 2018
May 25, 2024
Nov 24, 2018
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Dec 12, 2021
Mar 16, 2025

Repository files navigation

WeeChat.org

WeeChat

CI

WeeChat.org is the website for WeeChat, the extensible chat client.

Homepage: https://weechat.org/

Install

Dependencies

The following packages are required:

  • python ≥ 3.7
  • python-django ≥ 2.0
  • python-pygments
  • python-tz
  • PostgreSQL.

Deploy

Run the install script:

./bin/install.sh

Run Django server:

./test.sh

And just point your browser on http://127.0.0.1:8000/, that's all!

Important

Default settings can be used for testing purposes but must be overridden for production, see the file settings_local.template for more information.

Copyright

Copyright © 2003-2025 Sébastien Helleu

This file is part of WeeChat.org.

WeeChat.org 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.

WeeChat.org 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 WeeChat.org. If not, see https://www.gnu.org/licenses/.