Remove legacy references to Twitter
This commit is contained in:
parent
fef3a414b5
commit
72b2336604
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Patch Notification Robot: Providing you the latest update notifications.
|
||||||
## Installation
|
## Installation
|
||||||
Remove ```.example``` suffix from files and modify configuration to your needs.
|
Remove ```.example``` suffix from files and modify configuration to your needs.
|
||||||
Run periodically ```php PatchCollector.php``` to collect the latest product versions from vendor websites. Limit requests, so web servers will not overload.
|
Run periodically ```php PatchCollector.php``` to collect the latest product versions from vendor websites. Limit requests, so web servers will not overload.
|
||||||
For data export to webpage, RSS feed, Mastodon and Twitter use output of ```PatchViewer.php```, ```PatchFeeder.php```, ```PatchMastodon.php``` or ```PatchTwitter.php```. Twitter requires a separate [developer registration](https://developer.twitter.com/).
|
For data export to webpage, RSS feed and Mastodon use output of ```PatchViewer.php```, ```PatchFeeder.php``` or ```PatchMastodon.php```.
|
||||||
|
|
||||||
## Writing web scraper
|
## Writing web scraper
|
||||||
* Inherit from ```PatchBase``` base class:
|
* Inherit from ```PatchBase``` base class:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue