I Built a Telegram AI Chatbot Using n8n and You Can Too!

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 30

  • @YairRoman
    @YairRoman 2 дня назад +1

    Amazing work, many thanks!!!

  • @alobonzo1
    @alobonzo1 4 дня назад +1

    This is really helpful! Thank you very much! :)

    • @ehcaning
      @ehcaning  4 дня назад

      Glad it was helpful!

  • @aieducators
    @aieducators 7 дней назад +1

    Thanks Bro, it's so much valuable. create more videos like this.😍

    • @ehcaning
      @ehcaning  6 дней назад

      Thanks mate, I will try my best.

  • @sudabadri7051
    @sudabadri7051 2 месяца назад +1

    damn cant believe this is a new chan, great work mate

    • @ehcaning
      @ehcaning  2 месяца назад

      Thanks for watching mate, please let me know what do you want to see next 💫

    • @sudabadri7051
      @sudabadri7051 2 месяца назад +1

      @@ehcaning honestly this vid is dope has set me up quite well, but would love to know how i can bring my own image gen type APIs into this set up, instead of using openai i can use our self hosted APIs... infact if you offer consultancy id consider doing it professionally, cheers

    • @ehcaning
      @ehcaning  2 месяца назад

      @ Thanks 🤩 glad you enjoyed it.
      Actually it's possible with HTTP request node in n8n, you can send the http request to your own api, and use the results to send the image to telegram.
      Let me know if you needed more help with it.
      contact@ehcan.net

  • @mhsenam
    @mhsenam 2 месяца назад +1

    well done Ehsan, that was so useful❤

  • @bebili-j1q
    @bebili-j1q 2 месяца назад +1

    thank you man. your video is spot on not a waste of time very nice.

    • @ehcaning
      @ehcaning  2 месяца назад

      I'm glad you enjoyed it, please let me know what do you want to see next 😍

  • @ali-alizadeh
    @ali-alizadeh 2 месяца назад +1

    Super helpful guide, thanks!

  • @parvaneh_hdr
    @parvaneh_hdr 2 месяца назад

    Great job on the video! I learned a lot, thank you

  • @Zoukero75013
    @Zoukero75013 2 месяца назад +2

    Merci from France (y)

    • @ehcaning
      @ehcaning  2 месяца назад

      @@Zoukero75013 I'm glad you liked it 😍

  • @saeedarnm
    @saeedarnm 2 месяца назад

    You making things easy!

  • @Erfankariiimiii
    @Erfankariiimiii 2 месяца назад

    perfect 👌🏽

  • @elham_sd
    @elham_sd 2 месяца назад

    Yoohoo 🎉

  • @adriangpuiu
    @adriangpuiu 2 месяца назад

    i cant make that telegram bot work what so ever. token is ok in green , but when i go and wanna test the node, stays on only for a sec and nothing is captured

    • @ehcaning
      @ehcaning  2 месяца назад

      I'm not sure what might be the reason, have you tried looking at the n8n logs? There might be more information there. 🤔

    • @adriangpuiu
      @adriangpuiu 2 месяца назад

      found a work around using npm and a free dns to be able to generate a ssl cert

    • @adriangpuiu
      @adriangpuiu 2 месяца назад +1

      @@ehcaning could be because of the self hosted n8n, that has a http webhook instead of a https webhook ..

    • @ehcaning
      @ehcaning  2 месяца назад

      You're right, Telegram needs a Https url for its webhook. Thanks for sharing your solution. 😍
      I think something like Cloudflare tunnel could've helped you as well.

    • @adriangpuiu
      @adriangpuiu 2 месяца назад

      @@ehcaning im trying now with network proxy manager and a free dns domain to generate an ssl cert, but i still think it wont over write the n8n http default hook

  • @sohamdas7820
    @sohamdas7820 Месяц назад

    The way you hosted n8n on cloudfare is that totally free to use? if so then i wont need to buy any cloud service

    • @ehcaning
      @ehcaning  Месяц назад

      @@sohamdas7820 So technically we are not hosting it on Cloudflare, we are using Cloudflare to connect to it.
      You either need a vm/server or your local machine (pc/laptop) to run n8n.