ragy2801 / Python_IG_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python/Flask API Endpoint

API endpoint used to work along with Get Instagram Likes website (Repository linked below).

Currently, API endpoint and website are not deployed and therefore both must be ran locally.

Flask endpoint get_likes() function in app.py uses code from class Bot to interact with intagram accounts based on the parameters sent on the POST method. Parameters passed are: username (instagram account to interact with), posts (number of posts to like on the account), and follow (determines is account should be followed as well.)

The Bot class was created using selenium to browse instagram and search for specific components using the CSS Selector path of the components.

Website source code:

https://github.com/dfgrisales5078/React-bot-ui

Website screenshot:

WebsiteScreenshot

Demo:

Media1.mp4

About

License:MIT License


Languages

Language:Python 99.5%Language:C 0.3%Language:PowerShell 0.1%Language:JavaScript 0.1%Language:CSS 0.0%Language:Batchfile 0.0%