Forum Discussion
SergeiBaklan
May 08, 2017Diamond Contributor
Re: Recreating a Twitter Search URL in Excel
Zachary,
Filtering is in task description, URL is generated based on list of filtered people.
As for the URL it has standard two parts - web address of the site and query to it.
Address of the search home page for twitter is
https://twetter.com/search
as for any query you add ?q= and after that search string. For example, for the URL
https://twitter.com/search?q=Radikale%20%23dkpol%20from:frankjensenkbh%20OR%20from:idaauken%20OR%20from:uffeelbek
search string if you re-write above html in more human friendly notation will be
Radikale #dkpol from:frankjensenkbh OR from:idaauken OR from:uffeelbek
which means you search Radikale with hashtag #dkpol and from accounts listed further.
All above is in the task description, actually search string could have more complex structure, you may see if check twitter advanced search.
1 Reply
- Zachary GrotovskyBrass ContributorGotcha, thanks for explaining, the %20 is a URL is a space