mirror of https://gitlab.com/bashrc2/epicyon
More logical sequence
parent
cde55bd3f1
commit
bf2567ae6e
16
README.md
16
README.md
|
@ -38,14 +38,6 @@ This project is currently *pre alpha* and not recommended for any real world use
|
||||||
* Limited visibility of follows/followers
|
* Limited visibility of follows/followers
|
||||||
* Suitable for single board computers.
|
* Suitable for single board computers.
|
||||||
|
|
||||||
## Culling follower numbers
|
|
||||||
|
|
||||||
In this system the number of followers which an account has will only be visible to the account holder. Other viewers will see a made up number. Which accounts are followed or followed by a person will also only have limited visibility.
|
|
||||||
|
|
||||||
The intention is to prevent the construction of detailed social graphs by adversaries, and to frustrate attempts to build celebrity status based on number of followers, which on sites like Twitter creates a dubious economy of fake accounts and the trading thereof.
|
|
||||||
|
|
||||||
If you are the account holder though you will be able to see exactly who you're following or being followed by.
|
|
||||||
|
|
||||||
## Object capabilities workflow
|
## Object capabilities workflow
|
||||||
|
|
||||||
This is one proposed way that OCAP could work.
|
This is one proposed way that OCAP could work.
|
||||||
|
@ -338,6 +330,14 @@ Unfollowing is silimar:
|
||||||
python3 epicyon.py --nickname [yournick] --domain [name] --unfollow othernick@domain --password [c2s password]
|
python3 epicyon.py --nickname [yournick] --domain [name] --unfollow othernick@domain --password [c2s password]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Culling follower numbers
|
||||||
|
|
||||||
|
In this system the number of followers which an account has will only be visible to the account holder. Other viewers will see a made up number. Which accounts are followed or followed by a person will also only have limited visibility.
|
||||||
|
|
||||||
|
The intention is to prevent the construction of detailed social graphs by adversaries, and to frustrate attempts to build celebrity status based on number of followers, which on sites like Twitter creates a dubious economy of fake accounts and the trading thereof.
|
||||||
|
|
||||||
|
If you are the account holder though you will be able to see exactly who you're following or being followed by.
|
||||||
|
|
||||||
## Sending posts
|
## Sending posts
|
||||||
|
|
||||||
To make a public post:
|
To make a public post:
|
||||||
|
|
Loading…
Reference in New Issue