Coder Social home page Coder Social logo

goodbird's Introduction

好基友-GoodBird

GoodBird 是一个咕咕机自动发送小纸条的服务器程序,可以实现每天定时给机友的咕咕机发送小纸条功能.

本项目基于C#开发, 依赖框架.NET Core 2.2

使用方法

先将项目克隆至本地,进入GoodBird目录。

Common.cs中修改全局变量,全局变量的设置模板见Common.cs.example 根据Common.cs.example文件内的提示修改

刚入手咕咕机,不懂开发的朋友需要在咕咕机开放平台https://open.memobird.cn/申请开发者账号,拿到Access_KEY

安装.NET Core 2.2运行时,下载地址:https://dotnet.microsoft.com/download/dotnet-core/2.2

运行前,须先添加nuget包,在有GoodBird.csproj文件的目录下执行:

$ dotnet add package System.Drawing.Common
$ dotnet restore

若在linux服务器上运行,为支持gdiplus.dll,还需要安装libgdipluslibc6-dev依赖.

Ubuntu 16.04 或 18.04

$ apt-get update
$ apt-get install -y --no-install-recommends libgdiplus libc6-dev
$ apt-get update

运行:在有GoodBird.csproj文件的目录下执行dotnet run

博客

博客地址:https://eatrice.top/post/好基友-GoodBird/

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.