Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thiamsantos/packages_bot
- Owner: thiamsantos
- License: apache-2.0
- Created: 2019-04-12T15:08:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T15:00:42.000Z (over 1 year ago)
- Last Synced: 2023-06-05T16:24:37.519Z (over 1 year ago)
- Topics: elixir, hexpm, melpa, rubygems, telegram-bot
- Language: Elixir
- Homepage:
- Size: 398 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.