Skip to content

Commit 43c4a2c

Browse files
authored
updated README
1 parent 7f33e11 commit 43c4a2c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
# Twitter-Bot-Detection
2+
3+
This repo contains scripts to query the Twitter API and construct edgelists for networks representing follow, likes, and @mentions interactions.
4+
These scripts are:
5+
- code/download-mentions-script.ipynb
6+
- code/download-likes.ipynb
7+
- code/download-follows-script.ipynb
8+
9+
The data analysis and machine learning code is at code/data-analysis.
10+
These files are named:
11+
- code/data-analysis/compute-network-metrics.ipynb/
12+
- code/data-analysis/visualizations.ipynb
13+
- code/data-analysis/classification.ipynb
14+
15+
Other code files for data cleaning, scratchwork exploring, and fusing follows with likes/mentions are:
16+
- code/aggregate_weighted_edges.ipynb
17+
- code/read_edgelists.ipynb
18+
19+
Figures from exploration and network visualization are at code/data-analysis/figures.
20+
21+
22+
Finally, edgelists are in the directories: follows/, likes/, mentions/. The botometer dataset for labelled human and bot accounts is at botometer-labelled-dataset/ginali-2017/.
23+

0 commit comments

Comments
 (0)