Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnificentpako/discodon
A Mastodon->Discord relay/bridge.
https://github.com/magnificentpako/discodon
discord mastodon
Last synced: 1 day ago
JSON representation
A Mastodon->Discord relay/bridge.
- Host: GitHub
- URL: https://github.com/magnificentpako/discodon
- Owner: MagnificentPako
- Created: 2017-04-12T14:24:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T14:25:00.000Z (over 7 years ago)
- Last Synced: 2024-04-13T20:22:37.574Z (8 months ago)
- Topics: discord, mastodon
- Language: LiveScript
- Size: 15.6 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# How to run this crap?
First of all you have to register your app in your Mastodon account, so go ahead and modify `.env` so it contains the base path of your favourite instance. After that you should build the source. Call `yarn` (or anything else you use to manage your dependencies) and `make` and let it do all the work for you. Then you should run `dist/register_app.js` in order to get all the stuff you need. Save everything in your `.env` after you're done.Getting the Discord part set up is much easier. head over to the [Discord Developers](https://discordapp.com/developers "Discord Developers") and create a new app. Bind a bot user to this app and get the token, which you then save in your `.dotenv`.
Now you are done with the setup. Just run `npm run bot` and it should fire up.