Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 19 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]
```