All Projects → ydhnwb → autodm_base

ydhnwb / autodm_base

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

Programming Languages

python
139335 projects - #7 most used programming language
tcl
693 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to autodm base

kafka-twitter-spark-streaming
Counting Tweets Per User in Real-Time
Stars: ✭ 38 (+52%)
Mutual labels:  tweepy
TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (+32%)
Mutual labels:  tweepy
twitter-bot
Simple Twitter bot using Tweepy and Python
Stars: ✭ 16 (-36%)
Mutual labels:  tweepy
stock reminder bot
A twitter bot that reminds you of stock and crypto predictions
Stars: ✭ 25 (+0%)
Mutual labels:  tweepy
TwitterScraper
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Stars: ✭ 80 (+220%)
Mutual labels:  tweepy
Bot Cursos Graty
Bot tributo a los "CURSOS GRATY" de @AgustinaLocke.
Stars: ✭ 16 (-36%)
Mutual labels:  tweepy
Twitterbot en 30
Los bots son relevantes para nosotros, pues automatizan tareas que eventualmente simplificarán trabajo a futuro. En este taller relámpago aprenderemos cómo crear un bot en Twitter usando Python, para de manera automática tuitear frases de un libro. ¡En sólo 30 minutos!
Stars: ✭ 19 (-24%)
Mutual labels:  tweepy
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+240%)
Mutual labels:  tweepy
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+120%)
Mutual labels:  tweepy
discord-twitter-webhooks
🤖 Stream tweets to Discord
Stars: ✭ 47 (+88%)
Mutual labels:  tweepy
pandas twitter
Analyzing Trump's tweets using Python (Pandas + Twitter workshop)
Stars: ✭ 81 (+224%)
Mutual labels:  tweepy
TinyFlowerBeds
Educational bot that posts a tiny flower bed on Twitter every few hours. Check it out if you're new to Python and open source!
Stars: ✭ 12 (-52%)
Mutual labels:  tweepy
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (+24%)
Mutual labels:  tweepy
twint-explorer
TWINT Graph Visualizer
Stars: ✭ 72 (+188%)
Mutual labels:  tweepy
LGBTQ-of-the-day-bot
Twitter bot tweeting fun goofy lgbtq things and queer history of the day
Stars: ✭ 65 (+160%)
Mutual labels:  tweepy
BotTwitter
Un bot Twitter multicompte pour participer aux concours. (Twitter Contest Bot)
Stars: ✭ 37 (+48%)
Mutual labels:  tweepy

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].