Skip to content

mamal72/telegram-github-search-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

2- Clone the repo and install dependencies.

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:

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. ❤️

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.

gulp lint

License

MIT