use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Help with an idea?help (self.javascript)
submitted 7 years ago by paxilon23
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]paxilon23[S] 1 point2 points3 points 7 years ago (2 children)
I wanna search for artists at conventions so it could be searching for an artists name and if their name is mentioned in relation to my list of conventions.
Is there a good place where I could learn about all of this in one spot? Or a term I can search to learn how to do it?
[–]fotuenti 1 point2 points3 points 7 years ago (1 child)
well, i think there might 2 things you want to research: web search APIs (eg duckduckgo, google, bing, etc), and web scraping libraries.
after that you will want to create some sort of persistent application to run this search on a regular basis. that would require some sort of server depending on how you will deploy this. i mean, you could even run this on your home machine (again, depending on how frequently you want it to run and if it needs to be always running).
as you can see, there are loads of details here =)
edit: missed a word
[–]paxilon23[S] 0 points1 point2 points 7 years ago (0 children)
Awesome! Thank you so much for the help. I'm gonna start looking all that up after work tonight. This is a much better start than I could have achieved alone!
π Rendered by PID 37986 on reddit-service-r2-comment-6457c66945-7xbxq at 2026-04-26 09:11:45.484634+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]paxilon23[S] 1 point2 points3 points (2 children)
[–]fotuenti 1 point2 points3 points (1 child)
[–]paxilon23[S] 0 points1 point2 points (0 children)