Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Igglybuff/awesome-piracy-bot
Set of bots for scraping URLs from Discord, Telegram, Reddit, and IRC.
https://github.com/Igglybuff/awesome-piracy-bot
List: awesome-piracy-bot
Last synced: 3 months ago
JSON representation
Set of bots for scraping URLs from Discord, Telegram, Reddit, and IRC.
- Host: GitHub
- URL: https://github.com/Igglybuff/awesome-piracy-bot
- Owner: Igglybuff
- Created: 2020-04-20T19:46:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T21:19:35.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T05:32:01.472Z (4 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 98
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - Igglybuff/awesome-piracy-bot - Set of bots for scraping URLs from Discord, Telegram, Reddit, and IRC. (Go)
README
# awesome-piracy-bot
This is a WIP set of bots which scrape URLs from messages sent to Telegram groups/channels, Discord server channels, subreddit posts/comments, and IRC channels. Written in GoLang.
## Installation
```
$ git clone https://github.com/igglybuff/awesome-piracy-bot.git
$ cd awesome-piracy-bot
$ go build
```## Configuration
`awesome-piracy-bot` takes a YAML file for config, ideally stored in `$HOME/.config/awesome-piracy-bot/config.yaml`.
The structure is as follows:
```
discord:
enabled: true
apiToken: "YOUR_BOT_TOKEN_HERE"telegram:
enabled: true
apiToken: "YOUR_BOT_TOKEN_HERE"irc:
enabled: falsereddit:
enabled: false
```Currently only Discord and Telegram have been implemented.