https://github.com/mamal72/telegram-github-search-bot
:octocat: A Github search bot for Telegram
https://github.com/mamal72/telegram-github-search-bot
bot github github-api github-bot telegram telegram-api telegram-bot
Last synced: 6 months ago
JSON representation
:octocat: A Github search bot for Telegram
- Host: GitHub
- URL: https://github.com/mamal72/telegram-github-search-bot
- Owner: mamal72
- License: mit
- Created: 2016-01-11T02:39:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T16:31:56.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T19:49:30.464Z (over 1 year ago)
- Topics: bot, github, github-api, github-bot, telegram, telegram-api, telegram-bot
- Language: JavaScript
- Homepage: https://telegram.me/GithubSearchBot
- Size: 21.5 KB
- Stars: 69
- Watchers: 5
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-github-search-bot
A Github search bot for Telegram.
This bot can search *users*, *repos* and *issues* and works well both in **normal** and **inline** mode.
## Installation:
1- Create a bot by talking with [BotFather](https://telegram.me/botfather).
2- Clone the repo and install dependencies.
```bash
git clone https://github.com/mamal72/telegram-github-search-bot.git
cd telegram-github-search-bot
npm install
```
3- Add your bot token to the `config.js` file.
4- All done. Run your bot:
```bash
npm start
```
## Ideas || Issues
Just fill an issue and describe it. I'll check it ASAP!
## Contribution
You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. :heart:
Remember to lint your code before sending pull requests. Run the Gulp lint task with the following command and fix the lint errors if you get any.
```bash
gulp lint
```
## License
> MIT