Sometimes you need the profileID or accountID of your Twitter-account. There are some tools available who can give you that information, but you can do it easily yourself.
- Go to the twitter-account of which you need to know the ID-number. In this case twitter.com/martijndebie (my account, feel free to follow)
- Click with your right mouse button on the Follow-button and click in the menu on Inspect
- Search in the displayed HTML-code for the element with the part ‘data-testid’. In my case: ‘data-testid=”22616014-follow”‘.
- The profile ID is the number before ‘-follow’. In this case: 22616014
