Update README

This commit is contained in:
Owen Quinlan 2021-08-04 15:01:21 +10:00
parent 03ce7a5d21
commit 55d464a205
3 changed files with 5 additions and 3 deletions

View file

@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.

View file

@ -2,4 +2,6 @@
this tool will take a csv (or a folder of them) from Discord Chat Exporter and create a new list of unique IDs. this tool will take a csv (or a folder of them) from Discord Chat Exporter and create a new list of unique IDs.
Made to get all active users from a discord server. Made to get all active users from a discord server.
> py ./main.py [csv file or dir] [output csv] > py ./main.py [csv file or dir] [output csv]
Use the same output between multiple runs works and takes into account old data to ensure no dupes

View file

@ -1 +1 @@
pandas~=1.3.1 pandas~=1.3.1