issues
search
rhiever
/
reddit-analysis
A Python script that parses post titles, self-texts, and comments on reddit and makes word clouds out of the word frequencies.
286
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Search functionality on multiple sub-reddit titles
#58
vvijayan1
opened
1 year ago
1
AttributeError: '<class 'praw.objects.Submission'>' has no attribute 'comments'
#57
reikairen
opened
3 years ago
1
Proposed upgrades
#56
joeblankenship1
opened
7 years ago
0
ascii bug fix, value error (lxml) bug fix
#55
jacksonlo
closed
7 years ago
2
UnicodeEncodeError: 'ascii' codec can't encode character
#54
catlover99
opened
8 years ago
0
running word_freqs throws ValueError for all submissions
#53
dotnwat
opened
8 years ago
6
Error when running
#52
7ylxr9
closed
6 years ago
8
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 0: ordinal not in range(128)
#51
stuporglue
closed
8 years ago
2
Update README.md
#50
Diastro
closed
10 years ago
0
Use Python's Counter module to reduce code size
#49
rhiever
opened
10 years ago
0
Praw multiprocess
#48
rhiever
closed
11 years ago
0
Add PRAW multiprocess support
#47
rhiever
closed
11 years ago
1
Installation error...
#46
laggingreflex
closed
11 years ago
6
[Solved] Doesnt seem to work(install) with Python 3.3
#45
laggingreflex
closed
11 years ago
0
MUWfromTextFile
#44
wesleybowman
closed
11 years ago
0
Non-ASCII characters being replaced by a space, resulting in broken words
#43
rhiever
closed
11 years ago
4
Implement tf*idf-like word frequency counting
#42
rhiever
closed
11 years ago
5
Foreign language support
#41
rhiever
opened
11 years ago
3
Encoding error
#40
rhiever
closed
11 years ago
3
Running easy_install redditanalysis throws syntax error
#39
btburbank
closed
11 years ago
4
Combine singular and plural of words into a single count (y and ies)
#38
rhiever
closed
11 years ago
3
New tokenizing lets URLs and image names slip through
#37
rhiever
closed
11 years ago
5
HTTP status error prints out wrong URL
#36
rhiever
closed
11 years ago
0
Data dumps checked into version control.
#35
cmcdowell
closed
11 years ago
4
Add option for customizable date range
#34
rhiever
closed
11 years ago
4
Make installable package.
#33
bboe
closed
11 years ago
9
Unfiltered data and post-processing support
#32
bboe
closed
11 years ago
6
Add dictionary words file.
#31
bboe
closed
11 years ago
1
Changed word printing to more efficient form
#30
rhiever
closed
11 years ago
0
Added --verbose command-line option.
#29
rhiever
closed
11 years ago
0
Handle underscores in tokens
#28
bboe
closed
11 years ago
3
Print out word counts in more efficient form
#27
rhiever
closed
11 years ago
0
Make printing text out in terminal optional
#26
rhiever
closed
11 years ago
0
Global var refactor
#25
rhiever
closed
11 years ago
1
Unit tests
#24
rhiever
closed
11 years ago
0
Refactor global options and args variables
#23
rhiever
closed
11 years ago
0
Method to get all submissions in a single request?
#22
rhiever
closed
11 years ago
2
Create unit tests
#21
rhiever
opened
11 years ago
1
Enhance word filtering
#20
rhiever
closed
11 years ago
29
Added some fixes to the README.md
#19
burntcookie90
closed
11 years ago
1
Figure out what this "lt" is
#18
rhiever
closed
11 years ago
2
Combine similar word's counts into a single count
#17
rhiever
closed
11 years ago
1
Command line
#16
rhiever
closed
11 years ago
2
Catch and handle HTTP 500 error.
#15
rhiever
closed
11 years ago
0
Command-line option for max # of submissions.
#14
rhiever
closed
11 years ago
0
Look into better stopword list
#13
rhiever
closed
11 years ago
6
Add command line option to limit how many submissions the script scrapes
#12
rhiever
closed
11 years ago
4
Extract words from markdown formatting
#11
bboe
closed
11 years ago
1
Fix HTTP 500 Internal Server Error
#10
rhiever
closed
11 years ago
11
Add option parsing for settings
#9
bboe
closed
11 years ago
2
Next