Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcg1/tweets-to-jekyll
Grabs your tweets and formats them into a Jekyll post
https://github.com/alexcg1/tweets-to-jekyll
Last synced: 16 days ago
JSON representation
Grabs your tweets and formats them into a Jekyll post
- Host: GitHub
- URL: https://github.com/alexcg1/tweets-to-jekyll
- Owner: alexcg1
- Created: 2020-02-04T04:00:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:33:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T08:09:31.181Z (about 1 month ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweets to Jekyll
Small Python program to grab your tweets, collect them in a bulleted list, and post to your [Jekyll](https://jekyllrb.com/) site. Still a work in progress so expect bugs and limited features for now
## Installation
### Install prerequisites
```
pip install -r requirements.txt
```### Set up credentials and config
* Edit sample.credentials.py and save as *credentials.py*. You'll need to sign up as a Twitter developer to get API key, etc. Your username, etc can be set in config.py.
* Edit config.py to specify username, blog directory, etc## Usage
Run `./tweets-to-jekyll.py` to shunt your tweets into a markdown file.
## TODO
[Check the todo file](TODO.md)
## Troubleshooting
### These aren't my tweets!
Edit the `username` variable in *config.py*