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

ydhnwb/autodm_base

Repository files navigation

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

About

This is a twitter bot that works like others auto base account (tubirfess, askmenfess etc). Built using python 3.7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published