Follow users in whole network instance of pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
247 B

4 years ago
  1. # follow-pleroma
  2. ### Follow users in whole network instance of pleroma
  3. ## Install
  4. ```
  5. yarn or npm i
  6. ```
  7. ## Usage
  8. ```
  9. node follow <url of instance with auth>
  10. Example:
  11. $ node follow `https://user:pass@social.hatthieves.es`
  12. ```
  13. ## License
  14. MIT