Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /me feature to the bot. #11

Closed
sidntrivedi012 opened this issue Nov 19, 2019 · 4 comments · Fixed by #57
Closed

Add /me feature to the bot. #11

sidntrivedi012 opened this issue Nov 19, 2019 · 4 comments · Fixed by #57
Assignees
Labels
enhancement New feature or request telegram bot

Comments

@sidntrivedi012
Copy link
Member

sidntrivedi012 commented Nov 19, 2019

First-time Contributors

If it is the first time that you contribute to the bot, follow these steps:

  1. You need to have git & golang available on your machine.
  2. 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.
  3. Ping Botfather on Telegram and make your instance of OSDC-Bot bot by selecting /newbot from the options it provides.
  4. Copy the TELEGRAM_TOKEN provided by Botfather.
  5. Fork this repo.
  6. Run git clone https://github.com/<YOUR_USERNAME>/bots.git && cd bots/telegram-bot
  7. If you have installed golang, run go build .
  8. Wait ⏳
  9. Run export TELEGRAM_TOKEN=<botfather_token>
  10. Now, run ./telegram-bot. The bot would be running at the user handle provided by you.
  11. Make changes according to the issue. Test the working of the changes.
  12. Commit the changes and then run git push origin master and then open a PR! 🎉
@sidntrivedi012 sidntrivedi012 added the enhancement New feature or request label Nov 20, 2019
@darksun27
Copy link
Member

darksun27 commented Feb 1, 2020

You should check this out:
telegramdesktop/tdesktop#1165

@sidntrivedi012
Copy link
Member Author

sidntrivedi012 commented Feb 1, 2020

@darksun27 Quite a lot discussion about a rather logically simple feature, isn't it ?😅

@darksun27
Copy link
Member

Yes because this isn't a feature that can be implemented by any bot api but you have to do some infrastructural changes in the code to replace the message.

@daemon1024 daemon1024 pinned this issue Oct 12, 2020
@PrimalPimmy
Copy link
Member

I'd like to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request telegram bot
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants