This is a twitter bot that works like others auto base account (tubirfess, askmenfess etc). Built using python3.
I've heard that some function is deprecated like "update_status_with_media", I m not maintaining this project anymore so please fix it by yourself.
- If you want some insight of this repo look likes, please go to my tutorial https://www.youtube.com/watch?v=_U5Uhf4odss
- I've created some comment in the code.
- Please use python version 3.x
- Example of how this bot works you can see here https://twitter.com/txtdrtaurus
- or here with some little changes https://twitter.com/imgprocessing
- Screenshot (I use other keyword in this case: 'txt')
Of course this bot still not perfect. You can customize by your own
- you can upload a video with low, med, or high quality, check my code,
- you can add gifs support by yourself by adding more elif type == 'gifkey', read twitter api doc please
-> make sure you already have python installed
-> git clone https://github.com/ydhnwb/autodm_base.git
-> change all the API KEY in constants.py with your own
-> open cmd, go to this project's directory
-> activate Scripts\activate
run app.py using syntax: python app.py
(if you have some problem with library, run this: pip install -r requirement.txt)
-> make sure you already have python installed
-> git clone https://github.com/ydhnwb/autodm_base.git
-> change all the API KEY in constants.py with your own
-> open terminal, go to this project's directory
-> source env_linux/bin/activate
run app.py using syntax: python3 app.py
(if you have some problem with library, run this: pip install -r requirement.txt)
- I dont know why but the video sometimes uploaded, sometimes it doesnt. Like 60-70% successfully uploaded. Very hard to debug