AutoTWT is a flexible social media automation tool that eliminates repetitive posting across multiple platforms. Write once, post everywhere.
Currently, this project only supports X(Twitter). More platforms will be added in the future.
You need to have the following X (Twitter) credentials:
- Access Token
- Access Secret
- Consumer Key
- Consumer Secret
Set Enviroment variables, create .env file in the root directory. Example .env variables:
X_CONSUMER_KEY = xyz
X_CONSUMER_SECRET = xyz
X_ACCESS_TOKEN = xyz
X_ACCESS_SECRET = xyzUpcoming Features
- Schedule your posts.
- Add LinkedIn integration.
If you want to use it locally on your system, run the following commands:
Clone the repository:
git clone "repository_url"
cd AutowtwtCreate a .env file in the root directory:
touch .envRun the frontend (it will run on localhost:3001):
pnpm run devStart the backend:
cd apps/backend/
air Now you can able to use it.