#RedditAPI
Explore tagged Tumblr posts
Text
Hey!
I have made a short update on my Reddit account regarding a few things ACERVO and a few things Reddit. Check it out if you're interested in those!
1 note
·
View note
Text
What is Reddit Data Scraping Services?
iWeb Scraping provides the Best Reddit Data Scraping services to extract or scrape data from Reddit. Scrape data from Reddit with our Reddit data scraping API.
About Reddit
Reddit’s tagline is the ‘The front-page of the Internet’, which is a description of what a website is. The latest trends on the internet could easily be identified by following different subReddits that are fundamentally a hub of the “social conversation”. Different active discussions about Reddit threads are a wonderful place for scraping data for market research and customer insights. If you want to scrape or extract data from Reddit, you can get that from scraping Reddit data.
List Of Data Fields
At iWeb Scraping, we scrape or extract the following data fields from Reddit data.
Group Name
Author
Title
Article
Upvote
Comments
Scrape Reddit to Do Consumer Research
Understanding who your clients are is an important part of Sales &marketing. To get a deeper insight into the target customers, it is important to know about their worldview, opinions, culture, as well as other data you can acquire. Reddit’scomments section is a wonderful place to find data produced by your customer base that can be analyzed for deriving valuable insights.
Sentiment Analysis
As a well-known social media network, which reflects the sentiments expressed by the people on different events, extractingReddit can assist you to get data about sentiment analysis. Through selecting the subReddits applicable to the topics you are searching for sentiment analysis, you may easily get freely usable data, which holds opinions, emotions, and public sentiments.
Processing of Natural Language
NLP or Natural Language Processing is the division of Machine Learning, which is dedicated to understanding the meanings behind different natural languages utilized by humans. As human languages are composite and can have variable meanings in various contexts, allowing machines to know this will need a huge amount of user-generated data. The available data on Reddit could be extracted to create text corpora, which can empower the NLP system.
Machine Learning Training
AI or Artificial Intelligence systems could only get trained through huge data sets about data applicable to the applications of particular AI algorithms. As it is hard to get internal data sets, which are huge enough to validate the use cases, data could be scrapped through Redditthrough a Web Scraping Services setup.

How is iWeb Scraping Help You ScrapeData from Reddit?
iWeb Scraping’s well-managed Reddit data scraping services can assist you to extract data from Reddit to empower a huge range of use cases. It’s easy to come with your applications and our supple solutions will deliver all data points that are accessible on Reddit. We already have appendedReddit scraping necessities for many existing customers and can positively spread our proficiency in web data scraping to assist you to scrape data from Reddit.
1 note
·
View note
Text
Cracking the Code to Moon Farming - Descriptive Statistics of the 100 Top Posts

Hello Babies and Ladies,
[DISCLAIMER: if you are a baby, please learn to read first. This is not a quality statistical analysis, it's the result of me having fun with the RedditAPI and some Python. Also, everything refers to the Top 100 Posts of all time!]
one thing unites all the people in this community: Moon Farming. So I went out on an epic quest to find the recipe for the maximum amount of upvotes on your daily shit posts. In this post, I will present to you the result of an analysis of the top 100 posts of all time on r/CryptoCurrency.
The Data
I used the RedditAPI and Python to scrape the top 100 posts of all time. Next, I deleted polls and posts with a "MOD"-flair. That brings our dataset down to 91 remaining posts. 100 was the maximum amount I could scrape using the API. In the next step, I did some preprocessing by setting all Flairs to uppercase so that "COMEDY" and "Comedy" will be treated as the same. I checked whether the posts or titles contained external links and finally counted the words in the titles and posts.
Some Stats
Let's dive right into some descriptive statistics! First up: Upvotes
https://preview.redd.it/owx3n9t55ye71.png?width=3135&format=png&auto=webp&s=8a060b57a43638036966edd04420de4d7746f521
In this boxplot you can see that the top post of all time had around 53.000 upvotes. Apart from the other 5 outliers, the number of upvotes range from about 12.000 to 27.000. The median number of upvotes is roughly 17.000. You can also see that the data are slighty right-skewed.
We see a similar distribution for Text Lengths:
https://preview.redd.it/tcvr7amm6ye71.png?width=3135&format=png&auto=webp&s=9b89bedcbed7843260497f9223912ded835403fd
One madlad really put in some effort and cranked out 3600 words! Many of you will notice that there are posts with 0 words, that means there was only a title and maybe a link.
https://preview.redd.it/c82612hp7ye71.png?width=3164&format=png&auto=webp&s=fd5d9f6a4ae915c5d42b3dc4242f8d36bc4dd69e
Titles are distributed pretty evenly with only a single outlier at 50 words. Nothing special here.
Next, let's check out the Flairs:
https://preview.redd.it/nhydyu4v7ye71.png?width=3409&format=png&auto=webp&s=7d2e4b4351f2f0ba99131a0d935dc3cc0023d42c
Trading was used 12 times, followed by Finance, Strategy, Comedy and Focussed Discussion.
I also counted the most common Nouns/Proper Nouns in both the titles and the texts:
Top 10 words in titles:
crypto 21 bitcoin 15 bank 10 coin 10 people 9 elon 7 market 7 cryptocurrency 6 sub 6 year 6
Top 10 words in texts:
coin 147 people 98 money 84 crypto 72 market 64 time 59 bitcoin 56 price 56 year 43 thing 36
Who woud have thought, people talk about crypto on this sub!
To conclude this section, let's see how many posts contained external links:
55 posts didn't have external links, 36 had.
https://preview.redd.it/jhh5iqb88ye71.png?width=3532&format=png&auto=webp&s=3b33fbc6ec717e8a4db9ece55d65871d7e734555
So how do you get more upvotes and moons? Fear not mighty warriors, I have some more statistics! I grouped the data in relation to the upvotes and here are the results:
Not having an external link performs slightly better than having a link:
Average Upvotes Link 17068.58 No Link 18391.71
Talk about SCAMS for the maximum amount of that sweet karma:
Perspective was the worst performing Flair. This difference is actually quite interesting as both SCAM and PERSPECTIVE where only used two times each. I left out the other flairs at this point.
FLAIR Average Upvotes SCAM 26503 STRATEGY 22118 WARNING 21566.5 CLIENT 20816 FOCUSED-DISCUSSION 19787.57 PERSPECTIVE 14149
And finally, it doesn't really matter how long your title is
https://preview.redd.it/5j1d1tp9bye71.png?width=3192&format=png&auto=webp&s=f8c95528b3858da378fd0dc008a9f476743b3ff8
but try to keep your posts short (just like this one...):
https://preview.redd.it/waapdahdbye71.png?width=3223&format=png&auto=webp&s=f0592332b10cfd816c812c2559275ce2f5bab222
Thanks for reading and staring at some charts!
TL;DR: Talk about scams and don't use many words
submitted by /u/CaptainLysander [link] [comments]
from Cryptocurrency News & Discussion https://www.reddit.com/r/CryptoCurrency/comments/owfcr0/cracking_the_code_to_moon_farming_descriptive/ via IFTTT
0 notes
Text
official 196 refugeeposting begins
196 users being raptured to tumblr while the other subs must inherit the burning corpse of the site after reddit refuses to change the api and everything goes black forever:

4K notes
·
View notes