We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1544aeb commit c53d15eCopy full SHA for c53d15e
InstagramBot/README.md
@@ -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