Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunter275/ghosttweeter
Tweets out a random link to one of your Ghost blog post
https://github.com/hunter275/ghosttweeter
Last synced: 15 days ago
JSON representation
Tweets out a random link to one of your Ghost blog post
- Host: GitHub
- URL: https://github.com/hunter275/ghosttweeter
- Owner: Hunter275
- Created: 2015-06-19T04:21:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T22:42:37.000Z (over 9 years ago)
- Last Synced: 2024-11-09T13:46:16.997Z (2 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GhostTweeter
**Periodically tweets out a random link to one of your Ghost blog post.**Tweets are sent in the following format:
```
: # #
```
Converts every tag into a hashtag (as long as characters are not >140)*You must edit this code and enter in your own account authentication (see below).*
Getting your authentication:
1. Go to https://apps.twitter.com/app/new and create a new app
2. Once created, copy and paste your API key and secret (will be under "Keys and Access Tokens")
3. Create an access token, copy and paste those as wellThis Python code requires [tweepy](https://github.com/tweepy/tweepy) and [feedparser](https://github.com/kurtmckee/feedparser) to run.