InstaPy / InstaPy/InstaPy

Like posts by tags in a certain location

Open
#6,047 1 comment 0 reactions 0 assignees View on GitHub
wontfix
Dominant language
Python
Stars
18.2k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

Really sorry I'm new to this and have very basic knowledge.

I would like to be able to like post based on certain hashtags and by location.

For instance any images that have used the hashtag 'icecreambike' and are in the UK.

session.like_by_tags(['icecreamtrike', 'icecreambike'], amount=100)
session.like_by_locations(['267690981/united-kingdom/'], amount=100)

I would also be able to follow UK profiles that might have the words 'dairy farm' in their bio or name.

session.follow_user (['*dairy*farm*'], amount=10)
session.like_by_locations(['267690981/united-kingdom/'], amount=10)

Can wildcards be used?
maybe filter by .co.uk urls in their bio?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.