This code gets all peers from running Mastodon or Pleroma host server and then all peers from host server's peers. Goal is to collect maximum number
of alive fediverse's servers and then query their API to obtain their registered users (if their API provide such information).
At the end it post the results to host server bot account.
### Dependencies
-**Python 3**
- Postgresql server
- Mastodon or Pleroma running server.
### Usage:
Within Python Virtual Environment:
1. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it.
2. Run `python setup.py` to get your bot's access token of your Mastodon or Pleroma server existing account. It will be saved to 'secrets/secrets.txt' for further use.
3. Run `python getworld.py` to get all peers from your host and the whole world of fediverse's servers (or almost the whole world).
| Software | API peers | API users (nodeinfo/2.0.json) | API users (nodeinfo/2.0) | API users (api/v1/instance) | API users (main/nodeinfo/2.0) | API users (api/nodeinfo/2.0.json) | API users (api/nodeinfo) | Software |