franciscod / telegram-twitter-forwarder-bot

A Telegram bot that forwards Tweets
GNU Lesser General Public License v3.0
317 stars 116 forks source link

Sending media #62

Closed rijeshkumar closed 3 years ago

rijeshkumar commented 3 years ago

It will be better if there is any media in tweet bot should send it with text message in that tweet as a caption of the media. Now images in tweets are sending as preview only

franciscod commented 3 years ago

This would need the bot to download the media to forward it as well. I don't think that's a thing to take lightly.. but if someone out there wants to implement this as a configurable behaviour, I'd accept a PR :)

rijeshkumar commented 3 years ago

Losing all the subscription in random time interval. I have to add subscription again and again each day. I deployed bot in heroku. How to avoid this issue?

franciscod commented 3 years ago

I don't know. Please let's discuss this on a different issue. But here's a start that you can quote: Have you checked your database? Are you losing rows in the tables? Where is the database stored?

rijeshkumar commented 3 years ago

I don't know where database is storing. I don't know what changes happening in it. I deployed bot in heroku. Within 24 hours I losing all subscriptions and have to subscribe them again.

franciscod commented 3 years ago

Please let's discuss this on a different issue.