Bulk updates of accounts with CSV

Support / help / discussion forum for twitter bot
Post Reply
rbman
Posts: 3
Joined: Thu Aug 04, 2022 10:31 am

Bulk updates of accounts with CSV

Post by rbman »

Hi Martin,

First of all I want to say thank you for the massive work you did with twitterdub and constant support your provide to community and users around it for years.

I've been using it for a week now and still exploring new functionality and learn something new from your videos.

I've been struggling with bulk updates of accounts with CSV.

Can you help me / share format how shall I add avatar/header to CSV? Does it need to be just a simple location of the file on my PC?

Would appreciate if you can attach a simple example of CSV file here, so I can use it as a template.

Thanks!
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Bulk updates of accounts with CSV

Post by martin@rootjazz »

ok so there are two ways

specify a CSV with the username to update

Code: Select all

username,name,website,new_username, avatar,header,bio
example to just update avatar and header

Code: Select all

rootjazz,,,c:\images\av,jpg,c:\images\headers\rootjazz.jpg,
then if you don't care which set of updates go to which accounts, as above but without username

Code: Select all

name,website,new_username, avatar,header,bio
so to update 4 accounts

Code: Select all

,,c:\images\av1.jpg,c:\images\headers\1.jpg,
,,c:\images\av2.jpg,c:\images\headers\2.jpg,
,,c:\images\av3.jpg,c:\images\headers\3.jpg,
,,c:\images\a4,jpg,c:\images\headers\4.jpg,

then one line applies to one selected account randomly




Regards,
Martin
rbman
Posts: 3
Joined: Thu Aug 04, 2022 10:31 am

Re: Bulk updates of accounts with CSV

Post by rbman »

Thank you Martin, much appreciated!
Post Reply