Skip to content

Commit c53d15e

Browse files
authored
Added README
1 parent 1544aeb commit c53d15e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

InstagramBot/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### An Instagram Bot
2+
3+
#### Requirements:
4+
- Python3
5+
- pip
6+
- Instapy
7+
- firefox browser(for ease of running)
8+
9+
#### Instructions
10+
Create a folder and name it'nstagram bot', inside the folder create a python file 'instagram.py'
11+
Open the folder in your code editor(VS Code, Pycharm, Sumblime etc.)
12+
Open the terminal and cd/foldername and the pip install Instapy
13+
14+
Copy the code and paste in your work file.
15+
16+
To run the file in the terminal write
17+
```python
18+
python3 'filename'
19+
```
20+
21+
Ant that's it.
22+
Congratulation You have build your First Instagram Bot 👏👏

0 commit comments

Comments
 (0)