Skip to content

Commit

Permalink
move 'Docs' section of README. add 'Credit' section
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergolfer-two committed Mar 2, 2018
1 parent 28a0a10 commit ffe368d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

Extract interesting information about redditors from their submissions, comments, and subs. Outputs data in JSON format. Brother project to [Orionmelt's Sherlock](https://github.com/orionmelt/sherlock), adapting and expanding its functionality and generality.

[Documentation - Read The Docs](http://maicroft.readthedocs.io/en/latest/) [In Progress]
-------------------

### Currently working on:
*Detecting anti-social users by measuring their number of insulting comments. User comments are classified with machine learning as neutral [0] or insulting [1].* In progress at [thundergolfer/insults](https://github.com/thundergolfer/insults)

Expand Down Expand Up @@ -225,6 +222,9 @@ Processing user thundergolfer
Processing complete... 0:00:06.084066
```

[Documentation - Read The Docs](http://maicroft.readthedocs.io/en/latest/) [In Progress]
-------------------

License
-------
[LICENSE.txt](/LICENSE.txt) MIT License
Expand All @@ -233,3 +233,8 @@ The MIT License (MIT)
Copyright (c) 2016

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Credit
------

Credit to [orionmelt](https://github.com/orionmelt/) for [their work](https://github.com/orionmelt/sherlock) that formed the base of this project.

0 comments on commit ffe368d

Please sign in to comment.