Skip to content

Conversation

dfordp
Copy link

@dfordp dfordp commented Jul 16, 2025

/claim #206

This execute_sequence script opens X.com, scrolls the feed, and follows everyone visible — while handling multiple button names (e.g. “Follow”, “Follow back”) and skipping already-followed accounts (by matching only buttons whose name includes “Follow” but not “Following” or “Requested”).

How it works:

  • Uses a regex selector: role:Button|name:/Follow/ to match all valid follow buttons
  • Loops for scroll_times (default: 5)
    -Scrolls, waits for new buttons, clicks all valid matches
    -Keeps it simple, reproducible, and easy to adapt

@louis030195
Copy link
Contributor

do we even support regex?

@tribhuwan-kumar
Copy link
Contributor

do we even support regex?

image

this isn't going to work like that

@dfordp
Copy link
Author

dfordp commented Jul 16, 2025

Wait I didn't push the changes damn

I will push it in a few hours don't have my laptop rn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants