12 Commits

Author SHA1 Message Date
Uttarayan Mondal 1d35e972d8 Changed from json to serde_json
Changed upvotes and downvotes to u64s.
2021-04-11 01:44:21 +05:30
Uttarayan Mondal a1c270b61a Added clone to RaSub 2021-03-30 15:23:39 +05:30
Uttarayan Mondal 67d962f138 Add from(string) impl to RaSub 2021-03-27 00:51:10 +05:30
Uttarayan Mondal 646f4fa07c Add from to RaSub 2021-03-27 00:47:16 +05:30
Uttarayan Mondal adf5fc178d Bumped tokio and other crates version
Also added raw_json = 1 in reqwest parameters
2021-03-22 08:36:15 +05:30
Uttarayan Mondal 2adc76cf41 Fix documentaion build failing due to no change 2021-03-16 03:50:22 +05:30
Uttarayan Mondal 75d49b385b Edit readme
Also the workflows are not triggering for some reason
2021-03-16 03:30:43 +05:30
Uttarayan Mondal 137d6e4afd Force push to trigger workflows 2021-03-16 03:24:45 +05:30
Uttarayan Mondal 52d70d99c4 Modified parse function
- Rewrite parse fucntion.
- Implement Error handling using derive_error crate.
- Create new RaPostItems to store items related to post.
2021-03-16 03:19:56 +05:30
Uttarayan Mondal c95dc097d4 Added upvotes and downvotes
Changes:
- Added upvotes and downvotes parsing.
- Added text to read from selftext and selftext_html.
- Added an texttype to imply what type of text is present (HTML or raw text)
- Added some documentation.
- A few minor changes (I hope).

- Removed the pinned field.

Todo:
- Remove texttype field and parse the selftext_html into raw text
2021-03-15 14:52:11 +05:30
Uttarayan Mondal 3df3e8ad00 Added workflows 2021-03-15 01:30:16 +05:30
Uttarayan Mondal 80d1bfa591 Initial commit with barely working stuff 2021-03-15 01:22:48 +05:30