- v1.0.0: pure python scraping
- v2.0.0: driven by golang(fyne)
scraping information from Twitter by using selenium
Virtual environment: Python 3.10.1 ( must be Python 3.10 up version because of the syntax issue )
To use the library, you will need a .env
file under the twitter-scraping
folder, elements within this file are as follows:
operateSystem=mac_ARM
#windows, mac_x86, mac_ARM
mail=your Twitter registered email
name=your Twitter account name
password=your Twitter password
output=output/
once you execute the main.go file, you should see a GUI interface as follows:
Select which mode to execute by your needing:
Scraping would be started after pressing "Go!" button.
developing...
developing...
twigui
Build an interface for twitterGUI so that the code could be easier maintained.Python scraping for Twitter adding a new function to scrape the tweets by ID.- Keep developing twirobot package and integrating it with the current project.
fbgui
- Brainstorming
newsgui
- Brainstorming
- Login information has been encrypted by Facebook and Twitter. Though the API could be found, it is hard to send a set of the right parameters toward it.