https://github.com/devlucky/luckybot
Opinionated Instagram automation tool
https://github.com/devlucky/luckybot
bot instagram lucky opinionated
Last synced: 7 days ago
JSON representation
Opinionated Instagram automation tool
- Host: GitHub
- URL: https://github.com/devlucky/luckybot
- Owner: devlucky
- License: mit
- Created: 2019-03-19T23:17:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:13:23.000Z (over 3 years ago)
- Last Synced: 2025-09-20T05:27:30.347Z (8 months ago)
- Topics: bot, instagram, lucky, opinionated
- Language: TypeScript
- Size: 1.07 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luckybot
> Opinionated Instagram automation tool
### Install
```
$ yarn add luckybot
```
### Development
**install dependencies**
```
$ yarn
```
**run dev mode**
```
$ LUCKYBOT_USER=your_instagram_user LUCKYBOT_PASS=your_instagram_password LUCKYBOT_HASTAG=hashtag_to_like yarn dev
```
**check types**
```
$ yarn typecheck
```
**build**
```
$ yarn build
```