Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-ncao/Like-My-GF
An auto robot to like my GF's post on Instagram
https://github.com/y-ncao/Like-My-GF
Last synced: 2 days ago
JSON representation
An auto robot to like my GF's post on Instagram
- Host: GitHub
- URL: https://github.com/y-ncao/Like-My-GF
- Owner: y-ncao
- License: mit
- Created: 2014-07-31T18:06:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T05:11:32.000Z (about 5 years ago)
- Last Synced: 2024-08-18T14:04:29.587Z (3 months ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 399
- Watchers: 13
- Forks: 43
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dev-fun - Like-my-GF - This is an auto-robot to like your girlfriend's post on Instagram. (Python)
README
# Like-My-GF
This is an auto-robot to like my girlfriend's post on Instagram.## Why This?
My girlfriend always complains that I don't care about what she's doing, I don't like her post on Instagram / Wechat / Weibo... and I don't comment on her posts, bla bla bla.Being a programmer, I don't really have much ~~interest~~ time to review every social network. So I build this. Although now she knows that I'm using this to like her post. But she's pretty happy about it (don't ask me why) and never complained again. So I'm very happy with this tool.
## Requires
* httplib2
* simplejson
* [python-instagram](https://github.com/Instagram/python-instagram)All of these can be installed from pip install
## Configurations
* Copy the config.ini to config, fill in your Instagram API info
* Setup Target name and path etc...
* Test run, first time run will like about 20 (Instagram's max paginate num of posts), so be aware that the target might think you are crazy.
* Setup the cron, I'm running it every 2 min.## To do
1. Setup email alert everytime robot found a new post, include the photo in the email.
2. Support more social media. Weibo, Wechat, Facebook...(This gonna be endless)
3. Maybe if anyone else want to use this, I can setup a web api and allow others to register their target. I can setup an engine to do it.## Note
As I used to work on Instagram teams, it wasn't really in my interest to update this repo anymore because the little convinience that I offer might be abused by spammers and hurt more people, (plus add more work on me and my teammates 😜).