-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededtelegram bot
Description
First-time Contributors
If it is the first time that you contribute to the bot, follow these steps:
- You need to have git & golang available on your machine.
- To install Git - https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- To setup golang, follow the doc here - https://golang.org/doc/install
- Write a comment in this issue thread to let other possible contributors know that you are working on this bug. For eg :
Hey all, I would like to work on this issue. - Ping Botfather on Telegram and make your instance of OSDC-Bot bot by selecting
/newbotfrom the options it provides. - Copy the
TELEGRAM_TOKENprovided by Botfather. - Fork this repo.
- Run
git clone https://github.com/<YOUR_USERNAME>/bots.git && cd bots/telegram-bot - If you have installed golang, run
go build . - Wait ⏳
- Run
export TELEGRAM_TOKEN=<botfather_token> - Now, run
./telegram-bot. The bot would be running at the user handle provided by you. - Make changes according to the issue. Test the working of the changes.
- Commit the changes and then run
git push origin masterand then open a PR! 🎉
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededtelegram bot