Ed Summers

Results 77 issues of Ed Summers

I don't know if it is common practice for respec users to push profiles back upstream. But if it is here is a profile that the [Webrecorder](https://webrecorder.net) project is [using](https://webrecorder.github.io/wacz-spec/1.1.1/).

This isn't a bug as much as an observation. First, I should say thank you for the examples using twarc in this documentation! As one of the maintainers of the...

This commit fixes #90 by making sure that spaces in URLs are encoded using %20 instead +. While technically correct the underlying oauth-1.0a library will encode a + as %2B...

Thanks for making this project! I noticed that the tweet identifiers in the JSON export have overflowed. This is a common problem when processing the tweet ids as integers instead...

I'm trying to record this SquareSpace page https://www.martinwong.org/ It seems to record fine with ArchiveWeb.page but on playback I see this error in the devtools console, which does not appear...

Currently if you attempt to bag a directory that contains symbolic links bagit.py happily creates the bag, but the manifests will not include the linked files or directories. `bagit.py --validate`...

It should be possible to provide bag configuration data (--source-organizatio=..., etc.) from one (or more) configuration files (like, INI files). This simplifies several tasks for bag creators/providers. Existing command-line options...

enhancement

This commit adds a search command where you can search for a variety of entities: fbarc search page blacklivesmatter fbarc search place minneapolis Searching for user, event, group require your...

I ran into a few problems with the apache configuration instructions: ``` ubuntu@ip-10-232-79-204:/opt/sfm$ sudo a2ensite sfm_m5_001 ERROR: Site sfm_m5_001 does not exist! ubuntu@ip-10-232-79-204:/opt/sfm$ ls /etc/apache2/sites-available/ 000-default.conf default-ssl.conf sfm_m5_001 ``` However...

Adds `--httpUser` and `--httpPassword` for HTTP Basic Authentication support. Closes #168