https://github.com/compufox/blocks-in-space
https://github.com/compufox/blocks-in-space
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/compufox/blocks-in-space
- Owner: compufox
- Created: 2020-11-01T23:56:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T04:14:41.000Z (over 5 years ago)
- Last Synced: 2025-10-04T22:50:36.302Z (10 months ago)
- Language: Common Lisp
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blocks-in-space
### _ava fox_
this program is a bot that watches the federated timeline and blocks any user from botsin.space that it sees.
## Usage
edit sample.config to include an access token for your account,
your mastodon instance,
and an optional list of usernames to not block
run the program and specify the config file as a command line argument
`./blocks-in-space my.config`
## Building
- install a lisp ([roswell](https://github.com/roswell/roswell))
- run the following commands (`$` denotes a system shell, `*` denotes a lisp shell)
```
$ git clone https://github.com/compufox/blocks-in-space ~/common-lisp/blocks-in-space
$ ros run
* (ql:quickload :blocks-in-space)
* (asdf:make :blocks-in-space)
```
if no errors occur then the binary (with supporting libraries) should be in `~/common-lisp/blocks-in-space/bin`
## License
NPLv1+