Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumanthratna/tatsumaki-repper
Sends a Discord message every 24 hours—in this case, it reps me (for the Tatsumaki bot).
https://github.com/sumanthratna/tatsumaki-repper
bot discord python tatsumaki tatsumaki-bot tatsumaki-repper
Last synced: 19 days ago
JSON representation
Sends a Discord message every 24 hours—in this case, it reps me (for the Tatsumaki bot).
- Host: GitHub
- URL: https://github.com/sumanthratna/tatsumaki-repper
- Owner: sumanthratna
- Created: 2019-03-30T18:24:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T03:05:10.000Z (about 2 years ago)
- Last Synced: 2023-03-02T20:17:35.507Z (over 1 year ago)
- Topics: bot, discord, python, tatsumaki, tatsumaki-bot, tatsumaki-repper
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tatsumaki-repper
Sends a Discord message every 24 hours—in this case, it reps me (for the Tatsumaki bot).
## Warning
Discord can and will ban you if you use self-bots (such as the one in this repo) to automate tasks. From [Discord support](https://support.discordapp.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-):
> **Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is forbidden, and can result in an account termination if found.**
Self-bots _are_ against Discord's Terms of Services.
## Setup
Create the following [GitHub Actions encrypted secrets](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets):
- `DISCORD_AUTH_TOKEN`
- [see this](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-user-token)
- `DISCORD_CHANNEL_ID`
- get this by right-clicking the channel name and clicking "Copy ID"
- `DISCORD_USER_ID`
- get this by right-clicking the user's name and clicking "Copy ID"