New feature
Directions/Approach
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.
- 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
/newbot from the options it provides.
- Copy the
TELEGRAM_TOKEN provided 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 master and then open a PR! 🎉
New feature
Directions/Approach
First-time Contributors
If it is the first time that you contribute to the bot, follow these steps:
Hey all, I would like to work on this issue./newbotfrom the options it provides.TELEGRAM_TOKENprovided by Botfather.git clone https://github.com/<YOUR_USERNAME>/bots.git && cd bots/telegram-botgo build .export TELEGRAM_TOKEN=<botfather_token>./telegram-bot. The bot would be running at the user handle provided by you.git push origin masterand then open a PR! 🎉