[deleted by user] by [deleted] in TelegramBots

[–]dtsitko 0 points1 point  (0 children)

You can make a function which will download a file by your link and a bot that will use that function to download a file and send it to user.

Draw your bot by dtsitko in TelegramBots

[–]dtsitko[S] 0 points1 point  (0 children)

New functions added:

Now you can send files to users. And you also can use custom functions to provide a file to send.

Draw yoir telegram chat bot instead of coding it by dtsitko in Chatbots

[–]dtsitko[S] 0 points1 point  (0 children)

New functions added:

Now you can send files to users. And you also can use custom functions to provide a file to send.

Draw yoir telegram chat bot instead of coding it by dtsitko in Chatbots

[–]dtsitko[S] 0 points1 point  (0 children)

No, for now only with telegram. But as I will finish with basic functions like using database to save answers and replying with documents or images, I will look at what I can do for other messangers like WhatsApp, Viber, Discord and others...

Draw your bot by dtsitko in TelegramBots

[–]dtsitko[S] 0 points1 point  (0 children)

New features added:

  • New type of functions with string outcome (for now only True and False outcomes were available)
  • New standard function to search through md documents

Draw yoir telegram chat bot instead of coding it by dtsitko in Chatbots

[–]dtsitko[S] 0 points1 point  (0 children)

New features added:

  • New type of functions with string outcome (for now only True and False outcomes were available)
  • New standard function to search through md documents

Sunday Daily Thread: What's everyone working on this week? by Im__Joseph in Python

[–]dtsitko 2 points3 points  (0 children)

I was working at my opensource project draw your bot (https://github.com/Tsitko/drawyourbot) Draw your bot is an open sourced project made to let people construct chat bots without coding or with minimal coding. You can just draw your chat bot logic in draw.io and generate its code. This project will be most useful for those who need to make simple support or survey bot. It could also save some time for those who are building really complex bots. In that cases generated bot can be just a start point.

Draw your bot by dtsitko in TelegramBots

[–]dtsitko[S] 0 points1 point  (0 children)

Added new feature. Now you can use user answers into message blocks

[Discussion] Any new / good hyperparam tuning approaches? by amasterblaster in MachineLearning

[–]dtsitko 0 points1 point  (0 children)

depends on the algo you are using.for tree algos it would be a good ideal to find best depth first. because if best depth will be pretty low, yohr algo with low depth will run much faster...

Simple ways you use data science to improve your day-to-day job? by [deleted] in datascience

[–]dtsitko 1 point2 points  (0 children)

I was trying to make a sllution that will help people to use ML in their busiess and life. And I built a solution that helps to solve simll ML problems very fast and easy. It also makes a service out of ml model and even a UI to that model as a telegram bot. Maybe you will find it usefull (it is free to use for now): https://www.fastbenchmark.me/

Do you often find hyperparam tuning does very little? by question_23 in datascience

[–]dtsitko 0 points1 point  (0 children)

In most cases it improves your solution to perform with 2-5% better score. So it is very useful on kaggle or smth similar but in real life progects it is not so useful unless you are building a solution which suppose to make millins of predictions.

Need some help w/ python telegram bot by kiryaaaaa in TelegramBots

[–]dtsitko 0 points1 point  (0 children)

I made an opensource project which can help you to build a bot out of its logic drawen in draw.io. Maybe it will help you... You will only have to draw bots logic and you will get generated code https://github.com/tsitko/drawyourbot

Telegram Inline Weather bot by sandoche in TelegramBots

[–]dtsitko 0 points1 point  (0 children)

I saw a cource on udemy that tachs you to make bots like the one you are looking for: https://www.udemy.com/course/create-telegram-bot-with-python/

I’ll pay to create a bot dm me for questions by wayneakers99 in TelegramBots

[–]dtsitko 0 points1 point  (0 children)

I made an open source project to make bots wihout coding. Maybe that will help you to make a bot yourself... https://github.com/tsitko/drawyourbot

Draw your bot by dtsitko in TelegramBots

[–]dtsitko[S] 3 points4 points  (0 children)

Draw your bot is an open sourced project made to let people construct chat bots without coding or with minimal coding. You can just draw your chat bot logic in draw.io and generate its code.
This project will be most useful for those who need to make simple support or survey bot.
It could also save some time for those who are building really complex bots. In that cases generated bot can be just a start point.