Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiamsantos/packages_bot

Telegram bot to search packages on hexpm, rubygems and melpa
https://github.com/thiamsantos/packages_bot

elixir hexpm melpa rubygems telegram-bot

Last synced: about 1 month ago
JSON representation

Telegram bot to search packages on hexpm, rubygems and melpa

Awesome Lists containing this project

README

        

# Telegram Package Bots

[![CI](https://github.com/thiamsantos/packages_bot/workflows/CI/badge.svg?branch=main)](https://github.com/thiamsantos/packages_bot/actions?query=branch%3Amain)
[![Coverage Status](https://coveralls.io/repos/github/thiamsantos/packages_bot/badge.svg?branch=main)](https://coveralls.io/github/thiamsantos/packages_bot?branch=main)

There are two Telegram bots on this project.

- `@melpa_bot` to search for packages on [Melpa Emacs Package Repository](http://melpa.org).
- `@hexpmbot` to search for packages on [Hex Packages Repository](https://hex.pm).
- `@rubygems_bot` to search for packages on [RubyGems Packages Repository](https://rubygems.org/).

Both are inline bots and display package information on a nice card-style format.

![melpabot usage demostration](melpabot-usage.gif "Usage demostration")

## Contributing

See the [contributing file](CONTRIBUTING.md).

## License

Copyright 2019 [Thiago Santos](https://github.com/thiamsantos).

Telegram Package Bots source code is released under Apache 2 License.

Check [LICENSE](LICENSE) file for more information.