Kartikeya Hegde

Results 15 comments of Kartikeya Hegde

Currently it just displays telegram webview whenever a tweet has an image or a video. It doesn't work every time and it's a very naive approach. I will reimplement that...

Still need to think about this. I don't know what's the current media size limit in twitter. But Bot API has 50MB limit for sending the media.So might not be...

> my telegram bot is not yet pulling tweets from twoitter Can you provide the logs that you are getting and the steps you followed to deploy the bot?

So hey @JustAKat I have started rewriting the bot https://github.com/dracarys18/TweetBot/tree/rust-rewrite. And wanted to ask you what is `custom_message` in your config

@JustAKat Don't this that's a good idea considering telegram has up to 4,096 character limit for messages sent by the bot

Need to think about the config format to use. Preferably json or YAML will see.

Thanks for the PR. Can you add the steps to run with the docker in README.md and push the changes?

Most of the things look the same as `refund_core` why do we need seperate function for this. You can either take payment _attempt as `Option` or create an enum like...

Hi @aihoom. Twitter APIv2 is not supported by this bot it still runs on APIv1. Since Twitter has made their APIs paid I am not really getting interest to update...