Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (36 loc) · 2.1 KB

README.md

File metadata and controls

50 lines (36 loc) · 2.1 KB

autodm_base

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.

Please read!

Example

Misc

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

How to use this app

Windows

-> 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)

Linux

-> 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)

Bugs

  • I dont know why but the video sometimes uploaded, sometimes it doesnt. Like 60-70% successfully uploaded. Very hard to debug