Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soodoku/likes-followers-views
Track Facebook Likes, Twitter Followers, YouTube Views
https://github.com/soodoku/likes-followers-views
Last synced: 13 days ago
JSON representation
Track Facebook Likes, Twitter Followers, YouTube Views
- Host: GitHub
- URL: https://github.com/soodoku/likes-followers-views
- Owner: soodoku
- License: mit
- Created: 2015-05-07T16:01:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T19:29:45.000Z (over 9 years ago)
- Last Synced: 2024-10-11T12:17:08.718Z (27 days ago)
- Language: R
- Homepage:
- Size: 188 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
### Likes Followers Views
Fetch FB likes, Twitter followers, and Youtube channel subscribers and individual video views for a given set of handles.
Run a cronjob to ping regularly.
#### Scripts
**Note** The scripts expect twitter handles, facebook usernames, and youtube ids to be in column names that are in [data/congress.csv](data/congress.csv)
* [Fetch FB Likes](fb_likes.R)
* [Fetch Twitter Followers](twtr_followers.R)
* [Fetch YouTube Views](yt_views.R)#### Setting up a cronjob on Windows
1. Create a .bat file: `"path\to\RScript" path\to\r\script.R`
2. Schedule task: `schtasks /create /tn "name" /tr path\to\batfile.bat /sc daily /st hh:mm:ss`### License
Scripts are released under the [MIT License](License.md).