Open JustAKat opened 2 years ago
Noted.
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
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
Hi, sorry for the late reply, kind of got distracted by work and the loosening of the covid restrictions... (that and somehow this reply went to my spam)
Basically, it's just text that would appear before the embedding of the actual tweet or the link of the tweet
For instance, if a tweet said:
【予告】
5月4日(金) 12:00より
#グルミク 1.5周年記念ログインキャンペーン第2弾が開催決定🎊
1.5周年フロアチャレンジが
15000フロア達成となりましたので、
毎日50ダイヤ⇨
200ダイヤ💎のプレゼントとなりました🎉💖
詳細はゲーム内お知らせをチェック✅
#substitutedhashtag
It would end up (with a custom message of "Hey there, DJs, a new post has been dropped!") perhaps as
Hey there, DJs, a new post has been dropped!
【予告】
5月4日(金) 12:00より
#グルミク 1.5周年記念ログインキャンペーン第2弾が開催決定🎊
1.5周年フロアチャレンジが
15000フロア達成となりましたので、
毎日50ダイヤ⇨
200ダイヤ💎のプレゼントとなりました🎉💖
詳細はゲーム内お知らせをチェック✅
#substitutedhashtag
@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.
@JustAKat Don't this that's a good idea considering telegram has up to 4,096 character limit for messages sent by the bot
Fair, fair But it is possible to include a limit or trim as well, perhaps
But if truly infeasible, can ignore the custom-message bit
Hi,
Was wondering if it might be possible for you to consider adding multi-channel support with your planned future rewrite?
Possible example of the configuration to outline the suggestion better: