Git Product home page Git Product logo

tars-website's Introduction

About

https://jekyllrb.com/docs/installation/ubuntu/
https://github.com/cotes2020/jekyll-theme-chirpy/

Usage

pip3 install flask
pip3 install pymysql
pip3 install pyyml
pip3 install requests

sudo python3 init.py
python3 run.py

Example

http://119.45.209.174:2333

url

// upload favicon
curl -X POST -F "file=@/c/Users/Vaadhoo/Desktop/0cc396138b4990e8bd5cf76cd4177d24.ico.zip" http://119.45.209.174:2333/bc/<user_id>/upload

// upload post
curl -X POST -F "file=@/c/Users/Vaadhoo/Desktop/2020-08-24-boost-asio-io-service.md" http://119.45.209.174:2333/user/upload/<user_id>

// update info
curl -X POST -d "title=Sleep Zeo&&tagline=Now is everything&&author=nef&&github_username=sleepy-zeo&&twitter_username=sleepy_zeo&&social_name=nef&&[email protected]&&social_links=https://twitter.com/NEF2049;https://weibo.com/5310322716/profile?rightmod=1&wvr=6&mod=personinfo&is_all=1&&url=http://119.45.209.174:2333" -H "Content-Type: application/x-www-form-urlencoded" http://119.45.209.174:2333/bc/<user_id>/update

// upload avatar
curl -X POST -F "file=@/c/Users/Vaadhoo/Desktop/1023.jpg" http://119.45.209.174:2333/images/upload/<user_id>/avatar

// To be continued...
...

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.