pip install -r requirements.txt
git clone https://github.com/alicanyuksel/twitter-intent-generator.git
You need 3 args to run:
- --input_txt -> Input TXT file path containing the tweets
- --output_txt -> Output TXT file path
- --output_pdf -> Output PDF file path
python generator.py --input_txt [INPUT/TXT/PATH] --output_txt [OUTPUT/TXT/PATH] --output_pdf [OUTPUT/PDF/PATH]
You must prepare a TXT file which will contain your tweets inserted between <tweet></tweet>
tags
<tweet>This is a tweet!</tweet>
or
<tweet>
This is a tweet!
</tweet>
For example, you could generate your urls via our script and use them to do a selenium bot to post your tweets.
or
You could create a PDF file and click directly on it to post your tweets manually.