https://github.com/doctorpok42/instabot
https://github.com/doctorpok42/instabot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doctorpok42/instabot
- Owner: DoctorPok42
- License: mit
- Created: 2023-05-19T09:34:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T19:35:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T09:20:27.233Z (4 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstaBot
## Description
This is a simple Instagram bot that can be used to have a notification when a specific user posts a new photo.
## Installation
1. Clone the repository
```bash
git clone [email protected]:DoctorPok42/InstaBot.git
```2. Install the requirements
```bash
npm install
```4. Run the bot
```bash
npm start
```