Helios-Archives / Trak

A command line application that gathers detailed information about a user across multiple services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trak

Contribution

If you wish to become a contributer on this project you can by adding a new site to the sites.cfg file. The format is as follows:

[site_url] | [texttofind],[texttofind],...

how to find the text to find

  1. obtain a url of an existing account and a url of a non existing account
  2. use the get.py script at ./src/tools/get.py to get the html of both pages
  3. find a difference in the two html pages (higher in the html the better)
  4. add the new entry to the sites.cfg file
  5. test the new entry with at least 3 active and 3 inactive accounts
  6. submit a pull request with the new entry + the accounts used for testing for verification

About

A command line application that gathers detailed information about a user across multiple services

License:MIT License


Languages

Language:HTML 98.4%Language:Python 0.9%Language:CSS 0.7%Language:JavaScript 0.1%