Commit Graph

11 Commits

Author SHA1 Message Date
Louis Vallat
ae1765851b Created the Hyervisor 2019-04-24 11:26:16 +02:00
Louis Vallat
105b59abf8 Added reddit extractor and subreddit ojects
it can now parse and extract everything we need from Reddit and create Reddit posts objects that corresponds to the given object.
2019-04-24 10:39:55 +02:00
Louis Vallat
1a7e8c88cc added support for "isXXX"
is text ? image ? link ? video ?
2019-04-23 12:15:51 +02:00
Louis Vallat
97624621ae Update RedditPost.java
updated newScore type from int to double
2019-04-23 12:01:44 +02:00
Louis Vallat
4f790f7c61 updated javadoc for RedditPost.java 2019-04-23 12:00:55 +02:00
Louis Vallat
51bbc2fee6 added postId support in subclasses 2019-04-23 11:51:56 +02:00
Louis Vallat
433f677749 added postId support 2019-04-23 11:49:47 +02:00
Louis Vallat
769c9d5793 added main skeleton for RedditHandler 2019-04-23 11:45:31 +02:00
Louis Vallat
520a2ee598 Added parser prototype
this is a prototype for the JSON parser.
Not fully fonctionnal (bunch of NullPointerException)
2019-04-23 10:35:02 +02:00
Louis Vallat
f42d4c81fd Created main NetBeans project
- created main netbeans project
- added license header in project properties
- added main class
2019-04-22 17:30:34 +02:00
Louis Vallat
47dfec69b9
Initial commit 2019-04-22 17:22:14 +02:00