From 8f7a1ca33f31c5e26772dfa8fe7322af2ab5be07 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Tue, 28 Nov 2023 23:42:36 -0500 Subject: [PATCH] font size --- hws/10_instagram_notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/10_instagram_notifications/README.md b/hws/10_instagram_notifications/README.md index 95c7d34..c6c84c2 100644 --- a/hws/10_instagram_notifications/README.md +++ b/hws/10_instagram_notifications/README.md @@ -102,7 +102,7 @@ The line is enclosed with a pair of curly braces. And every line has these same - *biography*: users can briefly describe themselves here. - *notifications*: this is the data we added. Since notification preferences are private data, we are not able to collect them from Instagram, thus we just randomly assign a *true* or *false* value to each of the five notification types we use in this assignment, and we also randomly set this *pauseAll* attributes to either *true* or *false*. When this *pauseAll* attribute is set to *true*, no notifications should be delivered to this user. -### Format of events.txt +## Format of events.txt events.txt contains events which may occur on Instagram, each line of this file describes one event, and each line has 3 columns, separated by a space. The first column is always a username, and the third column is always either a username, or a post id. The second column of each line defines what event it is. The events we use in our data set include: