831 questions
0
votes
0
answers
90
views
Facebook's Graph API "IG Hashtag Search (Top Media)" Doesn't Return Videos
When you query a hashtag against the top_media endpoint, you're supposed to get a list of all posts (images, carousels, videos, etc) similar to that of what you would see when you search for a hashtag ...
1
vote
0
answers
267
views
Access Instagram hashtag graph API
I'm trying to resurrect an old project that used the Instagram API to search for posts based on a given hashtag (long before the graph API). Previously this was very simple to go to the developer page,...
-1
votes
1
answer
43
views
Why is the search bar in my Google Apps Script failing?
I have a google apps script html sidebar that works, except the google.script.run.withSuccessHandler function:
let html = "<h1>DriveSocial</h1>\
<input type='search' id='...
0
votes
1
answer
103
views
Retrieve the count of occurrences for each hashtag mentioned in the tweets
I have a tweets table in my PieCloudDB Database. Suppose I have the following sample data:
user_id
tweet_id
tweet_date
tweet
128
6
2024-02-01
#life is full of surprises.
133
9
2024-02-01
I am #happy ...
0
votes
1
answer
106
views
Link to specific Location in Iframe
For about 23 years I have used "local" HTML with a little javascript to keep notes on many things. My sites have an index of links to the left that target an iframe (named "content&...
0
votes
1
answer
834
views
Flutter web - go_router - read value after hash #
Given the url: /path#someValue I would like to get the value after #, which is exactly the someValue.
GoRoute(path: 'path', pageBuilder: (context, state) {
// I need to get: `someValue` here
}),
I ...
0
votes
2
answers
117
views
Add newlines to separate text and only hashtags that appear at the end of the string
I've already tried a couple of regex but cannot fix this one:
I need an enter line before the hashtags start (so there is some space).
Example:
It's essential to keep your pup cool in the summer ...
0
votes
0
answers
300
views
Can we get posts data using #hashtags from Linkedin
I have extensively reviewed the documentation for API v2 and could not locate any references to hashtags. Therefore, I am curious to know if it is feasible to obtain public posts, from both ...
0
votes
1
answer
768
views
how to create hashtag for a gerrit cahnge from ssh?
I wanted to create hashtag using ssh gerrit command.
Example: i tried below
ssh -p 22 server.com gerrit set-reviewers --add "#bugfix" 123455
its giving error account bugfix not found
also ...
1
vote
0
answers
77
views
How to scroll All Search Hashtag result in instagram With SELENIUM
I want to get all the users using #book from the Instagram site, but I can only get one page of results,
If there are about 2000 pages.
This code does not work properly :
EOS = wd.execute_script('...
1
vote
1
answer
140
views
Regular expression can't match the whole Bengali word
I'm trying to use regular expression to match hashtags. When the language of a hashtag is English or Chinese, my code works fine. But when the language is Bengali, my code can't match the whole ...
2
votes
1
answer
83
views
Regex function to split words and numbers in a hashtag in a sentence
I need a regex function to recognize a hashtag in a sentence, split the words and numbers in the hashtag and put the word 'hashtag' behind the hashtag. For example:
Input: #MainauDeclaration2015 ...
1
vote
2
answers
329
views
Regex to remove hashtags but to keep first hashtag
I want to remove all hashtags from a text but it should keep the first hashtag
Example text:
This is an example #DoNotRemoveThis #removethis #removethis #removethis
Expected result:
This is an example ...
1
vote
1
answer
93
views
How to extract the text part of hastags using tweepy?
I am trying to scrape some data from twitter to perform sentiments analysis, I want to be able to get the username, tweets, number of likes, number of retweets, location, date and hashtag.
Every other ...
0
votes
0
answers
122
views
Include all emojis and some special characters in hashtag link using Regex in PHP
I'm extracting usernames from a string starting with # sign and converting to a hashtag link. For this my code is
$str = "#John_Smith #💥DanielCarter and #Jack🙂Foster are the good programmers&...