This commit is contained in:
spla 2021-05-19 15:43:03 +02:00
pare f9a94f8774
commit b62d414cc9
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions

Veure arxiu

@ -16,8 +16,8 @@ Within Python Virtual Environment:
2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it.
3. 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 setup.py` to get your bot's access token of your Mastodon server existing account. It will be saved to 'secrets/secrets.txt' for further use.
4. Run `python welcome.py` to get all peers from your host and the whole world of fediverse's servers (or almost the whole world).
4. Run `python welcome.py` to check if ny new users and greet them and what is the registering evolution (hourly, daily, weekly).
5. Use your favourite scheduling method to set `python welcome.py` to run every minute.