Compare commits
No commits in common. '9467b60abd34b2104b98af4ce5a8bf467c970645' and '0ab9f122dab7af6cc16893067e92284a565cc7a5' have entirely different histories.
9467b60abd
...
0ab9f122da
4 changed files with 11 additions and 33 deletions
@ -1,13 +1,7 @@ |
|||||||
Simple script to find out if Twitter accounts one is following are on Mastodon. Identifying mastodon handles from Twitter accounts' bio, adding them to a CSV file, uploading that file to Dropbox and then answering with a link to a shared Dropbox file. |
Simple script to find out if Twitter accounts one is following are on Mastodon. Identifying mastodon handles from Twitter accounts' bio, adding them to a CSV file, uploading that file to Dropbox and then answering with a link to a shared Dropbox file. |
||||||
|
|
||||||
_To run this you'll need:_ |
_To run this you need:_ |
||||||
- [Twitter API credentials](https://developer.twitter.com/en/docs/twitter-api) |
- [Twitter API credentials](https://developer.twitter.com/en/docs/twitter-api) |
||||||
- [Dropbox API credentials](https://www.dropbox.com/developers/) |
- [Dropbox API credentials](https://www.dropbox.com/developers/) |
||||||
|
|
||||||
When you have created a bot accound and got your keys for Twitter and Dropbox API, and Python on installed, run |
The project is in development and I will fill out this readme later. |
||||||
``` |
|
||||||
pip install -r requirements.txt |
|
||||||
``` |
|
||||||
and then twitterbot.py. This will set up a json-file with credentials (config.json) and start the bot. |
|
||||||
|
|
||||||
Please keep in mind that Twitter tends to lock down anything related to Mastodon when you're writing your bio and tweets. [I didn't in my first attempt](https://twitter.com/lasseedfast/status/1604850583940354049)... |
|
||||||
|
|||||||
Loading…
Reference in new issue