takeraparterer commited on
Commit
fe0e3dc
1 Parent(s): c475a04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: cc-by-nc-sa-3.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-3.0
3
  ---
4
+
5
+ # Become a living god forums dataset
6
+
7
+ This is a dataset of all posts scraped from https://forum.becomealivinggod.com/
8
+
9
+ - **Developed by:** Takeraparterer
10
+ - **License:** Creative Commons Attribution-NonCommercial-ShareAlike 3.0
11
+
12
+ ## Format:
13
+ ```
14
+ {"Post_Id - Title":[["username","message"], ...] ...}
15
+ ```