An open API service indexing awesome lists of open source software.

https://github.com/riyadhuddin/g2it


https://github.com/riyadhuddin/g2it

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# g2it

> A GitHub App built with [Probot](https://github.com/probot/probot) that tweet all git changes on a repo
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%202.svg)](https://www.digitalocean.com/?refcode=40de8412fc2d&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Docker

```sh
# 1. Build container
docker build -t g2it .

# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= g2it
```

## Contributing

If you have suggestions for how g2it could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2021 Riyadh Uddin