amiralitaheri / TwitterBot

An automated Twitter bot that filter tweets and retweet selected tweets
https://twitter.com/ProgrammerBotF
MIT License
53 stars 12 forks source link

Rewrite telegram bot using telebot library #8

Open hamedsj opened 4 years ago

hamedsj commented 4 years ago

What's your idea about rewriting telegram bot using telebot library? If it's ok then I can do this...

amiralitaheri commented 4 years ago

Sure, any improvement is welcomed. But note that at first we created the telegram bot, so in future we use it as a voting platform to label tweets. But after a few tests we found out that it is not a efficient way of labeling tweets. Because there are a lot of tweets (about 1000 in a second) that match atleast one keyword. We are planning to create a browser extension so users label only useful tweets. With that being said, if you think that you can give us your valuable time and improve any aspect of the bot, we will be thankful.

hamedsj commented 4 years ago

We can develop our bot for acting in two mode :

  1. Send text of Tweets with name of account in telegram channel
  2. Labeling the texts only in private and after subscribing. ( 3 tweet per day )

I start writing

hamedsj commented 4 years ago

We can develop our bot for acting in two mode :

Send text of Tweets with name of account in telegram channel Labeling the texts only in private and after subscribing. ( 3 tweet per day ) I start writing mode number 1 and I can start developing mode 2 after your approve on this method