An open API service indexing awesome lists of open source software.

https://github.com/enheragu/twitte2bluesky

Just a bridge to migrate threads from twitter to bluesky.
https://github.com/enheragu/twitte2bluesky

beautifulsoup4 bluesky-social python selenium twitter

Last synced: 18 days ago
JSON representation

Just a bridge to migrate threads from twitter to bluesky.

Awesome Lists containing this project

README

        

# twitte2bluesky

## Workflow Twitter2Bluesky
```mermaid
kanban
column1[Twiter Scrapping]
taskT1[Get HTML data with Selenium]
taskT2[Extrac tweet data from HTML with BeautifulSoup]
taskT3[Format data correctly and store in yaml file]
column2[Bluesky Post]
taskB1[Post to Bluesky]
```