Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delthas/mastodirc
A simple bot that copies your Mastodon home timeline to an IRC channel, live.
https://github.com/delthas/mastodirc
bot irc mastodon
Last synced: about 1 month ago
JSON representation
A simple bot that copies your Mastodon home timeline to an IRC channel, live.
- Host: GitHub
- URL: https://github.com/delthas/mastodirc
- Owner: delthas
- License: mit
- Created: 2023-02-02T17:13:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:46:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T20:22:41.483Z (10 months ago)
- Topics: bot, irc, mastodon
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mastodirc [![builds.sr.ht status](https://builds.sr.ht/~delthas/mastodirc.svg)](https://builds.sr.ht/~delthas/mastodirc)
A simple bot that copies your Mastodon home timeline to an IRC channel, live.
## Usage
Copy and edit `mastodirc.yaml.sample` into `mastodirc.yaml`
Create & authorize a Mastodon app:
```shell
go run ./cmd/mastodirc-init -server
```This will automatically update `mastodirc.yaml` with the appropriate tokens.
Then, run:
```shell
go run ./cmd/mastodirc
```Statuses from your home timeline will be sent to the IRC channel.
## License
MIT