https://github.com/codex-team/codex.smm
SMM assistant. Reminds you to write something to you followers.
https://github.com/codex-team/codex.smm
Last synced: 4 months ago
JSON representation
SMM assistant. Reminds you to write something to you followers.
- Host: GitHub
- URL: https://github.com/codex-team/codex.smm
- Owner: codex-team
- Created: 2019-07-22T12:17:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:34:18.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T05:28:39.597Z (5 months ago)
- Language: JavaScript
- Size: 503 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codex.smm
SMM assistant. Reminds you to write something to you followers.## Setup
- Install dependencies `yarn install --prod`
- Rename `.env.sample` into `.env` and fill necessary fields## Execute on schedule
You can use `crontab` utility to execute script on schedule.
To setup it you can use [crontab.guru](https://crontab.guru/).
Configuration example:
```
29 13-20 * * 1-5 /usr/bin/node /root/codex.smm/index.js
```
It means that script will be executed at minute 29 past every hour from 13 through 20 on every day-of-week from Monday through Friday.