Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewzring/txt
View .txt files that have been uploaded to Discord
https://github.com/matthewzring/txt
discord txt
Last synced: about 2 months ago
JSON representation
View .txt files that have been uploaded to Discord
- Host: GitHub
- URL: https://github.com/matthewzring/txt
- Owner: matthewzring
- License: apache-2.0
- Created: 2024-03-22T07:55:30.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-22T08:21:26.000Z (9 months ago)
- Last Synced: 2024-03-22T09:37:06.194Z (9 months ago)
- Topics: discord, txt
- Language: JavaScript
- Homepage: https://txt.matthewzring.dev
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# txt.matthewzring.dev
This site is used to view `.txt` files that have been uploaded to Discord.
The site is static; the data loading and formatting is performed clientside.
Deleting the original file from Discord will also prevent loading it with this site.## Example
Link to a txt file uploaded to Discord:
> https://cdn.discordapp.com/attachments/1162810075895824515/1220643987610669106/example.txtTake the relevant substring (channel id, attachment id, and attachment name):
> 1162810075895824515/1220643987610669106/exampleAdd as a query parameter:
> https://txt.discord.website?txt=1162810075895824515/1220643987610669106/exampleFor raw (non-formatted) output, append `&raw=true`:
> https://txt.discord.website?txt=1162810075895824515/1220643987610669106/example&raw=true## Logging format
Additional formatting will occur for lines formatted in the following way:
```
[Timestamp] Username Up To 70 Chars (optional Discord ID) : Content
```
Ex:
```
[October 29, 2018 at 5:37 PM] matthewzring (123456789012345678) : Hello there
```