An open API service for producing an overview of a list of open source projects.

ActivityPub: https://github.com/btittelbach/MastodonBoostBot

filter hashtag mastodon mastodon-bot retweet social-media

Score: 2.0794415416798357

Last synced: about 1 hour ago
JSON representation

Repository metadata:

simple Mastodon Bot to boost all mentions of a certain hashtag of the people it's following


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 23
Total Committers: 1
Avg Commits per committer: 23.0
Development Distribution Score (DDS): 0.0

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Bernhard Tittelbach b****d@t****g 23

Issue and Pull Request metadata

Last synced: 5 months ago

Total issues: 1
Total pull requests: 1
Average time to close issues: 2 days
Average time to close pull requests: N/A
Total issue authors: 1
Total pull request authors: 1
Average comments per issue: 1.0
Average comments per pull request: 0.0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/btittelbach/MastodonBoostBot

Top Issue Authors

  • benparsons (1)

Top Pull Request Authors

  • penfount (2)

Top Issue Labels

Top Pull Request Labels


Dependencies

go.mod go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/ChimeraCoder/anaconda v2.0.0+incompatible
  • github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7
  • github.com/McKael/madon v2.3.0+incompatible
  • github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330
  • github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc
  • github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad
  • github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17
  • github.com/gorilla/websocket v1.4.0
  • github.com/microcosm-cc/bluemonday v1.0.2
  • github.com/pkg/errors v0.8.1
  • github.com/sendgrid/rest v2.4.1+incompatible
  • github.com/spf13/pflag v1.0.3
  • github.com/spf13/viper v1.3.2
  • golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
go.sum go
  • cloud.google.com/go v0.34.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/ChimeraCoder/anaconda v2.0.0+incompatible
  • github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7
  • github.com/McKael/madon v2.3.0+incompatible
  • github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
  • github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330
  • github.com/coreos/etcd v3.3.10+incompatible
  • github.com/coreos/go-etcd v2.0.0+incompatible
  • github.com/coreos/go-semver v0.2.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc
  • github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad
  • github.com/fsnotify/fsnotify v1.4.7
  • github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17
  • github.com/golang/protobuf v1.2.0
  • github.com/gorilla/websocket v1.4.0
  • github.com/hashicorp/hcl v1.0.0
  • github.com/magiconair/properties v1.8.0
  • github.com/microcosm-cc/bluemonday v1.0.2
  • github.com/mitchellh/mapstructure v1.1.2
  • github.com/pelletier/go-toml v1.2.0
  • github.com/pkg/errors v0.8.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/sendgrid/rest v2.4.1+incompatible
  • github.com/spf13/afero v1.1.2
  • github.com/spf13/cast v1.3.0
  • github.com/spf13/jwalterweatherman v1.0.0
  • github.com/spf13/pflag v1.0.3
  • github.com/spf13/viper v1.3.2
  • github.com/stretchr/testify v1.2.2
  • github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
  • github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
  • golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
  • golang.org/x/net v0.0.0-20180724234803-3673e40ba225
  • golang.org/x/net v0.0.0-20181220203305-927f97764cc3
  • golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
  • golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
  • golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
  • golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a
  • golang.org/x/text v0.3.0
  • google.golang.org/appengine v1.4.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.2