-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature ideas ! Add here ! #21
Comments
Amazing project and one of the reasons I decided to start learning python! One of the things I'd find useful is a keyword filter for tweets to skip. This would let you choose to skip competitions you wouldn't normally enter (e.g. to win make-up) and also helps to avoid false positives when it flags up sports teams or political candidates that "win" or beat the "competition". |
@elliotrg93 |
Really great project, love it so far. While using it and browsing through the files i got some ideas:
If i have some time off in summer I might want to contribute. Tell me what you think about the ideas. |
Hi @PhilippTh thanks a lot for your support and your ideas About your suggestions:
Thanks again, and feel free to contribute any code ! |
Blacklist based on keywords and users added ! Please check it out and report any problems |
Add a function for retweet by chance and add a function for tweet an RSS feed for having a account more classical |
@Foncekar |
For the first thing, yes thats it, maybe retweet some trending tweet with an option for language (en, fr) For the second it's something like that : (I don't know if i'm clear, i'm fench ^^) |
Ok i got it now! |
I think this one : |
I would like to be able to read the retweet queue. Just for the verbose-addicted users here. |
As some giveaways require the user to follow a link and enter personal details or just clicking a button on that link, it would be usefull to have a filter that recognizes if a link is provided that you have to go to and skip this tweet. |
Hello @Ianmcmill thanks for your suggention For the first i dont see an easy way to integrate this right now. The best way in my opinion would be a webui with various info including the queue For the second you could either make you search queries more specific or use the blacklist filter. |
For the first, I didn't mean to implement a feature to process forms to enter details but just to block tweets that require you to follow a link. Like "To enter the conest, follow this link and enter your information". Then ignore. I'm not sure how the blacklist works. Does it search for any of the words given or does follow regular expressions? |
@Ianmcmill
There is a --debug flag but i dont think it prints the queue (i wrote i years ago, i dont remember :P) For the blacklist it is pretty dumb. It search the exact text without case sensitivity, no regex or anything fancy. In your example if you put "follow this link" it will search if the whole string in the text, it will not break it in words and search each one. So be careful, if for example put the keyword "a" will probably filter out everything :P |
Another feature idea: |
And one more. |
I went through some of the retweets and found some methods that seem that should prevent bots from winning. reply with your name |
@Ianmcmill Α notifier to send dm would be easy to implement. Maybe when i have some spare time a will implement it The |
I haven't notice this one. This is great. |
I just found out that search querie terms are split up and every word in it is searched for. |
Hi, nice bot, better than what I have used previously! Following on from what @Ianmcmill mentioned above me, we could do with a way to match a phrase rather than each individual word. Having to put words into the blacklist to avoid catching them but this list is growing pretty large and doesn't solve the single 'win' term which tends to bring up a lot of politics. The bot I used before would allow for search strings such as enter+to+win or "enter to win" so it would search only these exact phrases. Much appreciate your work. |
hi! Can you add ETH and different bitcoin addresses to posts that say: Comment your ETH address |
Another interesting feature would be to completely ignore tweets which include certain URLs which redirect to certain popular raffle sites. (gleam.io; sweeps.gift; ...) Thanks for your work. :) |
Can a "comment x" feature be added |
Hello
As you know this is the best twiter bot by far on github! But i want to make it even better!
Add here ideas for features that you want to be added
My ideas are:
Filters:
Add more tweet filters like max tweet age, max retweets and keywords
Antibot protection:
My account has been banned once (twitter is more aggressive after political bot's spam) and i'd like to make it harder for twitter to detect it. I have some propositions that will make the bot behave like a human like:
This is an already over engineered project and i want it to be even more :P , so I would like to hear your ideas (no matter how crazy they are).
Thanks !
The text was updated successfully, but these errors were encountered: