+ 2
I want to create a bot that will help me collect election data and display or send it to people, what languages would help me?
election bot that monitors election results and displays them or send them to subscribers
4 ответов
+ 5
JavaScript, Ajax and RegExp
+ 5
Javascript, Python using Regex And For Added Complexity Use Data structures That Don't Allow Duplicate Results
+ 5
It easy, do an Ajax request to get content and filter it with RegEx then you can display it to user...
+ 1
@valentinhacker tell me more