https://github.com/yukihirai0505/twitter-bot-sample
A sample project to start twitter bot with php
https://github.com/yukihirai0505/twitter-bot-sample
bot php
Last synced: 21 days ago
JSON representation
A sample project to start twitter bot with php
- Host: GitHub
- URL: https://github.com/yukihirai0505/twitter-bot-sample
- Owner: yukihirai0505
- Created: 2016-04-30T04:35:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T09:35:47.000Z (almost 9 years ago)
- Last Synced: 2025-11-30T01:34:33.405Z (7 months ago)
- Topics: bot, php
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter_bot
Twitterのdeveloper画面でアプリを作成
[https://apps.twitter.com/](https://apps.twitter.com/)
PHPでTwitterBotのサンプルを作成(勉強会用)
まずは記録しておいた
- Consumer Key (API Key)
- Consumer Secret (API Secret)
- Access Token
- Access Token Secret
をconfig.phpに記述していきます。
```config.php
$messages[$random].'[固定メッセージ]'
);
$result = $conn->post('statuses/update',$params);
```
あとはbot.phpを実行すればAPIを通じてTwitterに投稿することができるようになります。
```
php bot.php
```