Skip to content
View weibeu's full-sized avatar
Block or Report

Block or report weibeu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Flask-Discord Flask-Discord Public

    Discord OAuth2 extension for Flask. An Easier implementation of "Log In With Discord".

    Python 176 45

  2. cosmos-discord-bot cosmos-discord-bot Public

    Cosmos - A Discord bot made in python.

    Python 5 10

  3. image-processor image-processor Public

    A web image processing service API server made using Pillow and Flask.

    Python 1 4

  4. DiscordDB DiscordDB Public

    A simple database which uses a Discord channel to store data.

    Python 19 2

  5. Love open source? This basic scripts... Love open source? This basic scripts lets you inject license into your all source files.
    1
    # License Injector
    2
    Injects license into your all source files.
    3
    
                  
    4
    ## Basic Usage
    5
    Assuming you have Python project and `LICENSE` file in project root.
  6. A script which builds react applicat... A script which builds react application and moves the build files to Python web framework template directories.
    1
    import os
    2
    import shutil
    3
    
                  
    4
    
                  
    5
    JS_BASE_DIR = "build/static/js/"