You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Instagram Bot
|
|
|
|
### A fully working instagram bot using [Insta.js](https://github.com/Androz2091/insta.js) by [androz2091](https://github.com/Androz2091)
|
|
|
|
|
|
|
|
Here is how you can install and use it
|
|
|
|
|
|
|
|
- Open a command prompt
|
|
|
|
- Go to the folder you want using
|
|
|
|
```bash
|
|
|
|
cd <PATH TO FOLDER>
|
|
|
|
```
|
|
|
|
|
|
|
|
- Clone this repository
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/Mr-KayJayDee/instagram-bot
|
|
|
|
```
|
|
|
|
|
|
|
|
- Go to the folder where the bot is cloned
|
|
|
|
|
|
|
|
```bash
|
|
|
|
cd instagram-bot
|
|
|
|
```
|
|
|
|
- Install all dependencies
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm i
|
|
|
|
```
|
|
|
|
|
|
|
|
- Rename the .env.example file to .env and fill it with your informations
|
|
|
|
|
|
|
|
- Start the bot
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
When you see something like that
|
|
|
|
|
|
|
|
```
|
|
|
|
Logged in as Full Name (username).
|
|
|
|
Followers: 67
|
|
|
|
Following: 57
|
|
|
|
Business : true
|
|
|
|
Verified: false
|
|
|
|
Private: false
|
|
|
|
```
|
|
|
|
it means that the bot is ready to be used. 🎉
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Available commands
|
|
|
|
|
|
|
|
- !ping
|
|
|
|
|
|
|
|
# Future updates
|
|
|
|
|
|
|
|
- Ability to change the prefix on a chat
|
|
|
|
- Ability to change the lang
|
|
|
|
- Ability to make reminders
|
|
|
|
- Ability to get the informations about an user
|
|
|
|
|
|
|
|
Feel free to make a pull request if you have any edit to do in the code or just open an issue if you don't know how to fix it.
|
|
|
|
|
|
|
|
Just open an issue if you have any features suggestions.
|
|
|
|
|
|
|
|
# Credits
|
|
|
|
|
|
|
|
😘 - Thanks to [Androz2091](https://github.com/Androz2091) for the [Insta.js](https://github.com/Androz2091/insta.js) package.
|