-
Read how to install the UiPATH Studio and download the Studio version
-
Git clone
$ git clone https://github.com/skguma/Fedi-image-scraper.git
-
Execute
.XAML
files in each folder (You can run it by double-clicking it) -
Please modify the following variables and arguments to suit your environment
AccountImage > Main.xaml > variables tab
- "baseURL": Folder path where the scraped image is stored
- "imageDataExcelFile": Excel file name to store the account where the image was uploaded and the tweet data.
- "savePath": Folder path where the list of accounts you scraped will be stored
- "excelFileName" : Excel file name to store the scraping account list
Retweets & Likes > Main.xaml > arguments tab
"InputArgument" > "tweetUrl": Tweet url that you want to scrap the list of likes/retweets accounts (InputArguments is JSON Array type, and tweetUrl is the key)
ReportTweet > Main.xaml > arguments tab
"InputArgument" > "tweetUrl": Tweet url that you want to report on Twitter (InputArguments is JSON Array type, and tweetUrl is the key)
Creating accounts list obtained from search results and Scraping image dataset
Scraping AccountId
, AccountName
, TweetUrl
of accounts that clicked likes and retweets in original tweets
Report the accounts selected by the user on Twitter