UNPKG
@moonr/threads
Version:
latest (1.0.1)
1.0.1
1.0.0
Threads scraper search info and post from threads.net
github.com/alya-tok/threads
alya-tok/threads
@moonr/threads
/
src
/
test.js
9 lines
(7 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
threads =
require
(
"./index"
)
threads
(username,
type
).
then
(
result
=>
{
console
.
log
(
"Successfully"
)
console
.
log
(result) }).
catch
(
err
=>
{
console
.
error
(err) })