Skip to content

Instantly share code, notes, and snippets.

View salman0ansari's full-sized avatar
🟢
$ yay -S brain

Mohd Salman salman0ansari

🟢
$ yay -S brain
View GitHub Profile

1. Install Node/NPM

curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -

sudo apt install nodejs

sudo apt install npm
@salman0ansari
salman0ansari / twitter-query.php
Created January 26, 2023 12:25 — forked from AzureFlow/twitter-query.php
Get last X tweets from a user.
<?php declare(strict_types=1);
require __DIR__ . '/../vendor/autoload.php';
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\RequestOptions;
// ==================== //