Skip to content

Commit f5ba260

Browse files
committed
rm adobe
1 parent bacda5a commit f5ba260

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ and after when changes are detected.
1919

2020
## Running
2121

22-
1. Specify URLs that you'd like to track by editing `roster.json`.
22+
1. Specify the URLs that you'd like to track by editing `roster.json`.
2323

24-
1. Create a file `gmail_app_pswd` with its content being your Gmail
24+
1. Create a file, named `gmail_app_pswd`, with its content being your Gmail
2525
app-specific password (a Gmail-only password; see how to set one
2626
up [here](https://support.google.com/accounts/answer/185833?hl=en)).
2727

2828
1. Activate the environment and run the monitor:
2929
```
3030
conda activate webpage-monitor
3131
32+
# This conda environment's Python binary will be used
3233
./run.py
3334
```

roster.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
{
2+
"https://peilundai.com/": {
3+
},
4+
"https://jjparkcv.github.io/": {
5+
},
6+
"http://graphics.stanford.edu/~levoy/": {
7+
},
8+
"https://www.matthewtancik.com/": {
9+
},
10+
"https://people.eecs.berkeley.edu/~bmild/": {
11+
},
12+
"https://cseweb.ucsd.edu/~ravir/": {
13+
},
14+
"https://www.cs.cornell.edu/~snavely/": {
15+
},
16+
"https://people.eecs.berkeley.edu/~pratul/": {
17+
},
218
"https://people.csail.mit.edu/xiuming/": {
319
},
420
"https://people.csail.mit.edu/abulnaga/": {
@@ -11,7 +27,7 @@
1127
},
1228
"https://people.eecs.berkeley.edu/~kanazawa/": {
1329
},
14-
"https://web.mit.edu/torralba/www/": {
30+
"https://groups.csail.mit.edu/vision/torralbalab/": {
1531
},
1632
"https://sites.google.com/view/yushengmath": {
1733
},

0 commit comments

Comments
 (0)