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

https://github.com/akiya64/tweetscsv-convert-wpxml

All Tweet CSV slice by Day and Build XML for WordPress Importer.
https://github.com/akiya64/tweetscsv-convert-wpxml

powershell tweets twitter wordpress

Last synced: 2 months ago
JSON representation

All Tweet CSV slice by Day and Build XML for WordPress Importer.

Awesome Lists containing this project

README

          

# Tweets CSV convert html for import WordPress

Windows PowerShell script that Summarized Tweets CSV by day,
And convert to HTML for WordPress import.

### Prepare
Tweets.csv download from [your Twitter account](https://twitter.com/settings/account).
Put Tweets.csv and TweetConvertWP.ps1 same folder.

### Args
StartDate : yyyy-MM-dd
EndDate : yyyy-MM-dd
TwitterUserName : ScreenName inclue URL

### Example

```
TweetsConvertWP.ps1 -StartDate 2011-07-11 -EndDate 2011-10-25 -TwitterUserName K_akiya
```

Output wp_import.html in Same folder

### Import HTML
You can import by WordPress "import".

WordPress Post
* Category : 'Tweets', default post category
* Title : Tweets Update yyyy-MM-dd
* Author : Current Login Author
* Publish Date : 00:30 The Day after Tweets Summarized day.

#### Content

```


  • Tweets1 ->

  • Tweets2 ->


```

Without Reply tweet.
Sort time acsend.