The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    FileNotFoundError
Message:      Couldn't find a dataset script at /src/services/worker/andrewconner/bluesky_profiles/bluesky_profiles.py or any data file in the same directory. Couldn't find 'andrewconner/bluesky_profiles' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in andrewconner/bluesky_profiles. 
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 55, in compute_config_names_response
                  for config in sorted(get_dataset_config_names(path=dataset, token=hf_token))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 351, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1508, in dataset_module_factory
                  raise FileNotFoundError(
              FileNotFoundError: Couldn't find a dataset script at /src/services/worker/andrewconner/bluesky_profiles/bluesky_profiles.py or any data file in the same directory. Couldn't find 'andrewconner/bluesky_profiles' on the Hugging Face Hub either: FileNotFoundError: No (supported) data files or dataset script found in andrewconner/bluesky_profiles.

Need help to make the dataset viewer work? Open a discussion for direct support.

Bluesky Network (Profiles and Follows)

This is a scraped mirror of the Bluesky (https://bsky.app/) social graph. It includes profile information (did, handle, display name, indexed at, follows count, followers count, posts count, and descriptions). The follow graph is (did, did) relationships, with created at timestamp. There is also a calculated PageRank of the follows graph.

Notes:

  • Consult the Bluesky / AT Proto API docs for explainations for fields.
  • Scraping prioritizes larger accounts, so smaller accounts may have incomplete profiles. By far most profiles, though, have profile information.
  • The top 30 follows spammers (people who follow many thousands of accounts) are significantly limited. I may loosen this restriction if requested.
  • accounts.isDetailed just tracks whether the profile has been refreshed ever.
  • Since scraping the network takes several hours, there are some data inconsitencies, such as DIDs in follows without accounts. In general, these are accounts that have been shut down.
  • I do not yet remove follow relationships. Thus, if I ever get a follow relationship, it stays in the database.
  • PageRank calculations only consider accounts (both for follows and followings) that have over 30 followers, because of follow spammers and any account less than that has roughly the same PageRank.

The scraper source is not yet available, but may be published soon.

If you have questions or comments, this repository is maintained by @andrewconner.com. If you need to message privately, please reach out on Twitter.

Downloads last month
0
Edit dataset card