Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.46 KB

Twitter-Bot-Detection

Online social networks are crawling with autonomous computer programs termed as "bots" that spread propaganda in attempt to manipulate voters and otherwise influence political processes. Tweets from a few originators, along with certain hashtags would get picked up by these "bots" and retweeted thousands of times until the hashtag reached the trending section. The rise of hate speeches on social media also attracted bots favoring the opposite narrative, though they were fewer in number. To investigate the full extent to which these bots were being implemented, we decided to study the impact of Twitter bots on the online political conversations in India.

Terminal Window 1:

$ zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties

Terminal Window 2:

$ kafka-server-start /usr/local/etc/kafka/server.properties

Terminal Window 3:

$ kafka-topics --zookeeper localhost:2181 --list 
$ kafka-topics --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic bots

To delete the topic: // run the command at the end

$ kafka-topics --delete --zookeeper localhost:2181 --topic bots

Code Description:

Kafka Producer:

## Run producer_stream.ipynb for real time streaming of data into Kafka
  1. producer_stream.ipynb (Use direct twitter real time stream)
  2. producer_csv.ipynb (Takes data from a CSV file)

Kafka Consumer:

consumer.ipynb

Model Training and Bot prediction:

project.ipynb