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.
- Host: GitHub
- URL: https://github.com/akiya64/tweetscsv-convert-wpxml
- Owner: akiya64
- Created: 2016-08-12T11:19:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T10:29:42.000Z (over 9 years ago)
- Last Synced: 2025-08-24T23:59:00.606Z (10 months ago)
- Topics: powershell, tweets, twitter, wordpress
- Language: PowerShell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
```
Without Reply tweet.
Sort time acsend.