A tool for Discord server admins to auto-post messages tweeted out or favorited by specified users. An alternative for those who don't want a in-server bot to perform the same function and more flexible than IFTTT.
Hosted here - https://0x-ia.moe/capto
This project was created out of a need for a front-end for the Discord auto-posting bot I created. The application is self-contained within docker - from the bot itself to the Postgres database used to keep track of its queries.--MORE TO BE ADDED--
Write about how to use this project. --TBA--
- Steps on how to install this project, to use it. --TBA--
- Commands to start the project. --TBA--
--TBA--
--TBA-- Write about setting up the working environment for your project.
- How to download the project...
- How to install dependencies...
├── README.md
├── app
│ ├── Dockerfile
│ └── src
│ ├── __pycache__
│ │ ├── db_0x.cpython-37.pyc
│ │ ├── discord_auto.cpython-37.pyc
│ │ └── twit_0x.cpython-37.pyc
│ ├── db_0x.py
│ ├── discord_auto.py
│ ├── server.py
│ └── twit_0x.py
├── app.env
├── db
│ ├── Dockerfile
│ └── init.sql
├── docker-compose.yml
└── web
├── Dockerfile
├── nginx
│ ├── fastcgi.conf
│ ├── fastcgi_params
│ ├── html
│ ├── koi-utf
│ ├── koi-win
│ ├── mime.types
│ ├── nginx.conf
│ ├── scgi_params
│ ├── sites-available
│ │ └── default
│ ├── uwsgi_params
│ └── win-utf
└── www
├── capto_twit_auth.js
├── capto_twit_cb.html
├── discord_auto.html
├── discord_auto.js
├── favicon.ico
├── index.html
└── style
├── 0x-IA.css
├── dark-grey.css
└── hack.css```
--TBA-- Write the build Instruction here.
--TBA-- Write the deployment instruction here.
--TBA-- You can optionally add a FAQ section about the project.
--TBA-- Add important resources here
--TBA-- Pictures of your project.
--TBA-- Credit the authors here.