Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 well

This Python code requires [tweepy](https://github.com/tweepy/tweepy) and [feedparser](https://github.com/kurtmckee/feedparser) to run.