A Simple Tool To Archive Twitter Threads
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
480 B

import tweetlogpkg/twitter, tweetlogpkg/server
import threadpool
4 years ago
3 years ago
import httpClient, base64, uri, json, os, strformat, sequtils, strutils, options
import timezones, times
from xmltree import escape
4 years ago
when isMainModule:
3 years ago
echo "Running"
for tweet in "1355971359168466945".getThread:
echo ""
echo tweet.text
echo ""
#for tweet in "strivev4".listTweets2(){"data"}:
#echo tweet
#echo tweet{"id"}.getStr.getTweetConvo
#spawn handleRenders()
#startServer()