u0pattern / Threader

grab all tweets form thread with webhook (auto-reply)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threader

Threader takes all tweets from the thread and collects them for you automatically using [webhook] with (auto-reply)


Requirements


how to use :-

first you need fill all info in server-side-configuration.php :-

/////////////////////////////
// https://developer.twitter.com/
$CONSUMER_KEY = '';
$CONSUMER_SECRET = '';
$OAUTH_TOKEN = '';
$OAUTH_SECRET_KEY = '';
$MY_USER_ID = ''; // your user-id
////////////////////////////

and then upload it on your server and fill all info in `` :-

# https://developer.twitter.com/
CONSUMER_KEY = ''
CONSUMER_SECRET = ''
OAUTH_TOKEN = ''
OAUTH_SECRET_KEY = ''
OAUTH_CALLBACK = 'YOUR CALLBACK URL'

# https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/overview
WEBHOOK_URL = 'https://[YOUR-HOST]/webhook' # HERE YOUR SERVER URL AFTER UPLOAD server-side-configuration.php
ENV_NAME = 'yourEnvName'

Note :-

YOU SHOULD READ THIS

About

grab all tweets form thread with webhook (auto-reply)


Languages

Language:PHP 75.4%Language:Python 24.6%