Skip to content

Commit

Permalink
#3, #11, #13, #12
Browse files Browse the repository at this point in the history
  • Loading branch information
minamotorin committed Jul 20, 2022
1 parent 0b07327 commit 9bfe0d5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20220316.0
20220720.0

# About this fork

Expand All @@ -25,11 +25,13 @@ This problem doesn't happen recently.
### json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

The fix is **not complete**.
`twint.run.Profile` will work but `twint.run.db` will not.
This means [`test.py`](./test.py) causes an error.
`twint.run.Profile` will work but values are incorrect in some keys and [`test.py`](./test.py) causes an error.
See also [#13](https://github.com/minamotorin/twint/issues/13).

I think this is because the fields of the result table are not exactly the same as the traditional ones.

About `twint.run.db`, see [#3](https://github.com/minamotorin/twint/issues/3) and [#11](https://github.com/minamotorin/twint/pull/11).

#### Related

- [twintproject/twint#1335](https://github.com/twintproject/twint/issues/1335)
Expand Down Expand Up @@ -78,6 +80,10 @@ I think this is because the fields of the result table are not exactly the same
- [twintproject/twint#1371](https://github.com/twintproject/twint/issues/1371)
- [twintproject/twint@26769a3](https://github.com/twintproject/twint/commit/26769a33452aed7709a14ad0691bdfb3ead5fbb4)

### Remove workaround for [twintproject/twint#597](https://github.com/twintproject/twint/issues/597)

See [#12](https://github.com/minamotorin/twint/issues/12).

## References

- [snscrape](https://github.com/JustAnotherArchivist/snscrape)
Expand Down

0 comments on commit 9bfe0d5

Please sign in to comment.