Giter Club home page Giter Club logo

coronabot's Introduction

Hello! Hello! ๐Ÿ‘‹

coronabot's People

Contributors

d6o avatar hajowieland avatar yabk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

coronabot's Issues

Message is broken

Formatting is completely broken for a couple of days already.
I suppose the message is too big now so it gets split into two messages which, in turn, breaks the formatting.

Telegram bot

I've created a pull request which adds possibility to use Telegram Bot for notifications (#2).

Web Push Notification

I wanna build small webpage which send web push notifications based user location integrated coronabot. is it worth doing?

Wrong case in GitHub URL in go sources

On a case-sensitive file system (like ext4), getting your package with

$ go get github.com/DiSiqueira/coronabot

will result in $GOPATH/go/src/github.com/DiSiqueira/coronabot but the the Go sources reference github.com/disiqueira/coronabot/.... This means, go run will fail:

~/go/src/github.com/DiSiqueira/coronabot $ go run cmd/coronabot/main.go 
cmd/coronabot/main.go:14:2: cannot find package "github.com/disiqueira/coronabot
/internal/application" in any of:
...

A possible solution would be to rename all occurrences in the Go sources to DiSiqueira to match the original GitHub URL:

$ sed -i -s 's/disiqueira/DiSiqueira/g' $(fgrep -rl disiqueira *)

Or, if you're using BSD's sed (including macOS):

$ sed -i '' -s 's/disiqueira/DiSiqueira/g' $(fgrep -rl disiqueira *)

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.