Like posts by tags in a certain location
- 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.