Giter Club home page Giter Club logo

tiebaproject's Introduction

贴吧云签到云回复

项目简介

独立开发的基于Django的贴吧云签到云回网站

作者维护的地址:http://sign.heeeepin.com/

如何使用

项目环境

Linux / macOS

MySQL / MariaDB

Windows暂不兼容(无法执行Cron)

项目安装

本地安装演示视频

https://www.bilibili.com/video/av55931920/

初始化数据库

参考 https://www.centos.bz/2018/07/centoslinux-%E4%B8%8Bmysql8-0-11%E7%9A%84%E5%AE%89%E8%A3%85/

sudo service mysql start

sudo systemctl enable mysql && sudo systemctl start mysql

授予权限(本地安装用)

mysql -u root -p
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
mysql> flush privileges;

创建tieba数据库

mysql> CREATE DATABASE tieba;

初始化

克隆代码(或手动下载)

git clone https://github.com/ghosx/TiebaProject.git

修改settings.py 中的数据库配置

cd TiebaProject
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py data

添加定时任务

python3 manage.py crontab add

项目启动

python3 manage.py runserver 0.0.0.0:8000

执行完上述命令后访问 http://127.0.0.1:8000/ 即可

常驻后台(本地安装用)

nohup python3 manage.py runserver 0.0.0.0:8000 &

项目首页

ha.gif

emmmm....

StarFollow

讨论群

TG: https://t.me/tiebasign

qq群: 818794879

LICENSE

WTFPL – Do What the Fuck You Want to Public License

tiebaproject's People

Contributors

ghosx avatar z-fly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.