Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorrigby/discord_archive_bot
consumes messages from the Discord API and stores them in a simple SQLite databse
https://github.com/connorrigby/discord_archive_bot
discord-bot sqlite3
Last synced: about 2 months ago
JSON representation
consumes messages from the Discord API and stores them in a simple SQLite databse
- Host: GitHub
- URL: https://github.com/connorrigby/discord_archive_bot
- Owner: ConnorRigby
- License: other
- Created: 2022-12-14T07:19:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T07:21:30.000Z (about 2 years ago)
- Last Synced: 2024-10-19T14:06:39.957Z (3 months ago)
- Topics: discord-bot, sqlite3
- Language: Elixir
- Homepage: https://discord-db.fly.dev/message_reaction_add
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordDb
https://discord.com/oauth2/authorize?client_id=1052415193201786991&scope=bot&permissions=533650074832
To start your Phoenix server:* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix