-
It would be great if `pragma_table_info(tablename)` was allowed to be used in queries. See also https://github.com/simonw/til/blob/master/sqlite/list-all-columns-in-a-database.md
> `select * from pra…
-
This would have really helped in debugging the mess in #13. Running with this `auth.json` is a useful demo:
```json
{"github_personal_token": ""}
```
-
Trying to run `twitter-to-sqlite followers` errors out:
```
Traceback (most recent call last):
File "/Users/jacob/Library/Caches/pypoetry/virtualenvs/jkm-dogsheep-ezLnyXZS-py3.7/bin/twitter-to-…
-
If a file in the export is empty (in my case it was `account-suspensions.js`), `twitter-to-sqlite import` fails:
```
$ twitter-to-sqlite import twitter.db ~/Downloads/twitter-2019-11-06-926f4f3be4…
-
Roll in the functionality from https://github.com/simonw/heic-to-jpeg - do this after #2
-
$ twitter-to-sqlite search dogsheep
-
```
$ github-to-sqlite repos github.db
$ github-to-sqlite starred github.db dazzag24
Traceback (most recent call last):
File "/home/darreng/.virtualenvs/dogsheep-d2PjdrD7/bin/github-to-sqlite"…
-
Then it will show up on https://github.com/topics/dogsheep
-
Is it possible for these lines to run against a database table that already has these foreign keys?
https://github.com/dogsheep/twitter-to-sqlite/blob/c9295233f219c446fa2085cace987067488a31b9/twitt…
-
`select follower_id from following where followed_id = 12497` takes over a second for me at the moment.