Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anvaari/instagram_follow_bot
توی این پروژه به کمک پایتون و سلنیوم یک ربات توسعه دادم که وارد اینستاگرام بشه و فالور های یک یا چند اکانت رو به تعداد خواسته شده فالو کنه.
https://github.com/anvaari/instagram_follow_bot
Last synced: 3 months ago
JSON representation
توی این پروژه به کمک پایتون و سلنیوم یک ربات توسعه دادم که وارد اینستاگرام بشه و فالور های یک یا چند اکانت رو به تعداد خواسته شده فالو کنه.
- Host: GitHub
- URL: https://github.com/anvaari/instagram_follow_bot
- Owner: anvaari
- Archived: true
- Created: 2020-03-13T15:14:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T14:58:00.000Z (over 4 years ago)
- Last Synced: 2024-06-28T11:33:35.023Z (5 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instagram_follow_bot
توی این پروژه به کمک پایتون و سلنیوم یک ربات توسعه دادم که وارد اینستاگرام بشه و فالور های یک یا چند اکانت رو به تعداد خواسته شده فالو کنه.In this project my purpose is to create bot which can login to Instagram account. then go to accounts which selected before by user and follow certain number of his/her followers.
Then i write code for unfollow the followed accounts.
in order to handle csv file created, third code write to combine csv files into one.In this project I use Python and selenium.
#instagram_follow_bot_ver_1 is main code. it login to instagram, go to users page one by one and follow the certain number of their followers, add accounts which followed to csv file (using pandas). it need username.csv file whith spicial format at first to run!
#unfollow_bot_ver_1 is bot for unfollow accounts which followed before.
#cobine_csvs comnine csvs created in #instagram_follow_bot_ver_1 into one csv.It's very intresting to send pull and help me to improve it.