Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
Just a bridge to migrate threads from twitter to bluesky.
- Host: GitHub
- URL: https://github.com/enheragu/twitte2bluesky
- Owner: enheragu
- Created: 2024-11-23T23:06:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T00:04:24.000Z (27 days ago)
- Last Synced: 2024-12-13T01:18:14.347Z (27 days ago)
- Topics: beautifulsoup4, bluesky-social, python, selenium, twitter
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```