this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix follow script import

+1 -1
+1 -1
scripts/crawl_follows.py
··· 11 11 from atproto import exceptions as at_exceptions 12 12 import pandas as pd 13 13 14 - from .utils import RateLimit 14 + from utils import RateLimit 15 15 16 16 logger = logging.getLogger(__name__) 17 17 logger.setLevel(logging.INFO)