Skip to content

Commit 8f47cd9

Browse files
author
ProgrammingIncluded
committed
Minor patches
1 parent 4b8f0f5 commit 8f47cd9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ python birdwatch.py --url www.twitter.com/<profile>
3434
python birdwatch.py --help
3535
```
3636

37+
Tested on Python 3.10.
38+
3739
### Output
3840

3941
Birdwatch generates the following in the snapshots folder:
@@ -66,7 +68,7 @@ Assume all data is UTF-8 compliant.
6668

6769
These files are what the Twitter exporter should generate (`.js` file) from the users you are following:
6870

69-
```json
71+
```
7072
window.* = [
7173
{
7274
"following": {
@@ -82,7 +84,7 @@ You can rename as json or specify via input flags to parse the file. `window.* =
8284

8385
### tweets.json
8486

85-
```json
87+
```
8688
[
8789
{
8890
"id": int,
@@ -103,7 +105,7 @@ Invalid string entries will be marked as "NULL".
103105

104106
### metadata.json
105107

106-
```json
108+
```
107109
{
108110
"bio": str,
109111
"name": str,
@@ -123,13 +125,13 @@ Invalid string entries will be marked as "NULL".
123125

124126
* My scraper terminates early?
125127

126-
It is possible that either your images are taking sometime to load Consider using `-s` to adjust load-time.
128+
It is possible that your images are taking sometime to load, Consider using `-s` to adjust load-time.
127129
Or your scrolling height is too low / too high. Consider using `--scroll-algorithm` to adjust the type of algorithm
128130
Then passing in a value to the algorithm `--scroll-value`.
129131

130-
Help has more information as to what `--scroll-value` encodes.
132+
"--help" has more information as to what `--scroll-value` encodes.
131133

132-
## Future Updates
134+
## Future Updates and Goals
133135

134-
* Support Running Multiple Sessions to Resume Per-Profile
135-
* Expand Images and Attachments to Archive Images
136+
* Support Running Multiple Sessions to Resume Per-Profile Fetching
137+
* Save and Expand Post Attachments

0 commit comments

Comments
 (0)